mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Improve code quality.
This commit is contained in:
@@ -54,6 +54,7 @@ class Binder
|
||||
$this->auth = $auth;
|
||||
}
|
||||
|
||||
/** @noinspection PhpUnusedParameterInspection */
|
||||
/**
|
||||
* Handle an incoming request.
|
||||
*
|
||||
@@ -63,7 +64,6 @@ class Binder
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
|
||||
*/
|
||||
public function handle($request, Closure $next, ...$guards)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user