Various code cleanup.

This commit is contained in:
James Cole
2021-04-06 17:00:16 +02:00
parent 8572280b7b
commit 38d0f0427f
61 changed files with 419 additions and 369 deletions

View File

@@ -47,7 +47,7 @@ class RemoteUserGuard implements Guard
*
* @return void
*/
public function __construct(UserProvider $provider, Application $app)
public function __construct(UserProvider $provider, Application $app) // @phpstan-ignore-line
{
$this->application = $app;
$this->provider = $provider;