Documentation updated #88
Annotations
10 errors
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L75
Cannot cast mixed to string.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L80
Parameter #1 $source of method SpomkyLabs\PwaBundle\Command\CreateIconsCommand::getSourcePath() expects string, mixed given.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L94
Parameter #1 $mimeType of method Symfony\Component\Mime\MimeTypes::getExtensions() expects string, string|null given.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L103
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L104
Cannot cast mixed to int.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L108
Parameter #1 $image of method SpomkyLabs\PwaBundle\ImageProcessor\ImageProcessor::process() expects string, string|false given.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L111
Parameter #4 $format of method SpomkyLabs\PwaBundle\ImageProcessor\ImageProcessor::process() expects string|null, mixed given.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L113
Parameter #3 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateIconsCommand.php#L113
Parameter #5 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
PHP 8.2 Test on ubuntu-latest:
src/Command/CreateScreenshotCommand.php#L91
Cannot cast mixed to string.
|