update: lint

This commit is contained in:
HDVinnie
2023-02-03 22:23:00 -05:00
parent 3650900c97
commit f4ebee885c
80 changed files with 217 additions and 127 deletions
@@ -16,6 +16,7 @@ namespace App\Http\Controllers;
use App\Models\Playlist;
use App\Models\PlaylistTorrent;
use Illuminate\Http\Request;
use Exception;
/**
* @see \Tests\Todo\Feature\Http\Controllers\PlaylistTorrentControllerTest
@@ -55,7 +56,7 @@ class PlaylistTorrentController extends Controller
/**
* Detach A Torrent From A Playlist.
*
* @throws \Exception
* @throws Exception
*/
public function destroy(int $id): \Illuminate\Http\RedirectResponse
{