PR #459 #141
codeql
on: dynamic
Matrix: analyze
Annotations
2 warnings and 6 notices
|
Undefined class:
src/App/src/Middleware/AuthenticationMiddleware.php#L18
Undefined class 'AuthenticationInterface'
|
|
Undefined class:
src/App/src/Middleware/AuthenticationMiddleware.php#L18
Undefined class 'AuthenticationInterface'
|
|
PHPStan validation:
src/App/src/Middleware/AuthenticationMiddleware.php#L18
phpstan:: Property Api\\App\\Middleware\\AuthenticationMiddleware::$auth has unknown class Api\\App\\Middleware\\AuthenticationInterface as its type.
|
|
PHPStan validation:
src/App/src/Middleware/AuthenticationMiddleware.php#L18
phpstan:: Parameter $auth of method Api\\App\\Middleware\\AuthenticationMiddleware::__construct() has invalid type Api\\App\\Middleware\\AuthenticationInterface.
|
|
PHPStan validation:
src/App/src/Middleware/AuthenticationMiddleware.php#L23
phpstan:: Call to method authenticate() on an unknown class Api\\App\\Middleware\\AuthenticationInterface.
|
|
PHPStan validation:
src/App/src/Middleware/AuthenticationMiddleware.php#L18
phpstan:: Property Api\\App\\Middleware\\AuthenticationMiddleware::$auth has unknown class Api\\App\\Middleware\\AuthenticationInterface as its type.
|
|
PHPStan validation:
src/App/src/Middleware/AuthenticationMiddleware.php#L18
phpstan:: Parameter $auth of method Api\\App\\Middleware\\AuthenticationMiddleware::__construct() has invalid type Api\\App\\Middleware\\AuthenticationInterface.
|
|
PHPStan validation:
src/App/src/Middleware/AuthenticationMiddleware.php#L23
phpstan:: Call to method authenticate() on an unknown class Api\\App\\Middleware\\AuthenticationInterface.
|