mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Various code cleanup.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user