mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Fix phpstan messages.
This commit is contained in:
@@ -124,9 +124,9 @@ class RemoteUserGuard implements Guard
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function hasUser()
|
||||
public function hasUser(): bool
|
||||
{
|
||||
// TODO: Implement hasUser() method.
|
||||
throw new FireflyException(sprintf('%s is not implemented', __METHOD__));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user