8000 Fix code styling · Tecnophille/paste.laravel.io@a1d5486 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1d5486

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 64fe238 commit a1d5486

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

app/Console/Kernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class Kernel extends ConsoleKernel
1010
/**
1111
* Define the application's command schedule.
1212
*
13-
* @param \Illuminate\Console\Scheduling\Schedule $schedule
1413
* @return void
1514
*/
1615
protected function schedule(Schedule $schedule)

app/Http/Middleware/DisableFloc.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class DisableFloc
1010
/**
1111
* Handle an incoming request.
1212
*
13-
* @param \Illuminate\Http\Request $request
14-
* @param \Closure $next
1513
* @return mixed
1614
*/
1715
public function handle(Request $request, Closure $next)

app/Http/Middleware/RedirectIfAuthenticated.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ class RedirectIfAuthenticated
1212
/**
1313
* Handle an incoming request.
1414
*
15-
* @param \Illuminate\Http\Request $request
16-
* @param \Closure $next
1715
* @param string|null ...$guards
1816
* @return mixed
1917
*/

0 commit comments

Comments
 (0)
0