Improve code quality.

This commit is contained in:
James Cole
2018-07-09 19:24:08 +02:00
parent 76386dad7d
commit 5665f127aa
55 changed files with 278 additions and 100 deletions

View File

@@ -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)
{