Skip to content

Initial commit

Initial commit #4

Triggered via push December 17, 2023 08:09
Status Failure
Total duration 36s
Artifacts
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L33
Method SpomkyLabs\PwaBundle\Command\GenerateManifestCommand::__construct() has parameter $config with no value type specified in iterable type array.
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L61
Parameter #1 $path of static method Symfony\Component\Filesystem\Path::canonicalize() expects string, mixed given.
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L71
Parameter #2 $manifest of method SpomkyLabs\PwaBundle\Command\GenerateManifestCommand::processScreenshots() expects array, array|int<min, 0>|int<2, max> given.
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L89
Call to an undefined method JsonException::getPath().
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L119
Parameter #1 $mimeType of method Symfony\Component\Mime\MimeTypes::getExtensions() expects string, string|null given.
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L121
Construct empty() is not allowed. Use more strict comparison.
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L132
Method SpomkyLabs\PwaBundle\Command\GenerateManifestCommand::storeFile() should return array{src: string, type: string} but returns array{src: non-falsy-string, type: string|null}.
PHP 8.2 Test on ubuntu-latest: src/Command/GenerateManifestCommand.php#L150
Cannot call method process() on SpomkyLabs\PwaBundle\ImageProcessor\ImageProcessor|null.
PHP 8.2 Test on ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/