static analysis #1628
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors
PHP 8.0-ubuntu-latest:
src/Controller/SiteController.php#L17
UndefinedClass: Class, interface or enum named Psr\Http\Message\ResponseInterface does not exist
|
PHP 8.0-ubuntu-latest:
src/Controller/SiteController.php#L17
InvalidReturnType: The declared return type 'Psr\Http\Message\ResponseInterface' for App\Controller\SiteController::index is incorrect, got 'Yiisoft\DataResponse\DataResponse'
|
PHP 8.0-ubuntu-latest:
src/Controller/SiteController.php#L19
MissingDependency: Yiisoft\DataResponse\DataResponse depends on class or interface psr\http\message\responseinterface that does not exist
|
PHP 8.0-ubuntu-latest:
src/Controller/SiteController.php#L19
InvalidReturnStatement: The inferred type 'Yiisoft\DataResponse\DataResponse' does not match the declared return type 'Psr\Http\Message\ResponseInterface' for App\Controller\SiteController::index
|
PHP 8.0-ubuntu-latest:
src/Handler/NotFoundHandler.php#L15
UndefinedClass: Class, interface or enum named Psr\Http\Server\RequestHandlerInterface does not exist
|
PHP 8.0-ubuntu-latest
Process completed with exit code 1.
|
PHP 8.1-ubuntu-latest
The job was canceled because "ubuntu-latest_8_0" failed.
|
PHP 8.2-ubuntu-latest
The job was canceled because "ubuntu-latest_8_0" failed.
|
PHP 8.2-ubuntu-latest
The operation was canceled.
|