Skip to content

Fix nullable type for PHP 8.4 (#18) #37

Fix nullable type for PHP 8.4 (#18)

Fix nullable type for PHP 8.4 (#18) #37

Triggered via push May 27, 2025 17:34
Status Failure
Total duration 23s
Artifacts

build.yml

on: push
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PHP 8.2 Test on ubuntu-latest
Process completed with exit code 1.
PHP 8.2 Test on ubuntu-latest: src/BasePathMiddleware.php#L32
Method Selective\BasePath\BasePathMiddleware::__construct() has parameter $app with generic class Slim\App but does not specify its types: TContainerInterface
PHP 8.2 Test on ubuntu-latest: src/BasePathMiddleware.php#L19
Property Selective\BasePath\BasePathMiddleware::$app with generic class Slim\App does not specify its types: TContainerInterface
PHP 8.1 Test on ubuntu-latest
Process completed with exit code 1.
PHP 8.1 Test on ubuntu-latest: src/BasePathMiddleware.php#L32
Method Selective\BasePath\BasePathMiddleware::__construct() has parameter $app with generic class Slim\App but does not specify its types: TContainerInterface
PHP 8.1 Test on ubuntu-latest: src/BasePathMiddleware.php#L19
Property Selective\BasePath\BasePathMiddleware::$app with generic class Slim\App does not specify its types: TContainerInterface
PHP 8.1 Test on ubuntu-latest
The strategy configuration was canceled because "run.ubuntu-latest_8_2" failed