mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Fix various phpstan issues.
This commit is contained in:
@@ -54,7 +54,7 @@ class RemoteUserGuard implements Guard
|
||||
*/
|
||||
public function __construct(UserProvider $provider, Application $app)
|
||||
{
|
||||
/** @var Request $request */
|
||||
/** @var Request|null $request */
|
||||
$request = $app->get('request');
|
||||
app('log')->debug(sprintf('Created RemoteUserGuard for %s "%s"', $request?->getMethod(), $request?->getRequestUri()));
|
||||
$this->application = $app;
|
||||
|
Reference in New Issue
Block a user