mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Remove phpstan comments.
This commit is contained in:
@@ -47,8 +47,7 @@ class RemoteUserGuard implements Guard
|
||||
* @param UserProvider $provider
|
||||
* @param Application $app
|
||||
*/
|
||||
// @phpstan-ignore-next-line
|
||||
public function __construct(UserProvider $provider, Application $app) // @phpstan-ignore-line
|
||||
public function __construct(UserProvider $provider, Application $app)
|
||||
{
|
||||
$this->application = $app;
|
||||
$this->provider = $provider;
|
||||
|
Reference in New Issue
Block a user