Skip to content

Release v3

Release v3 #95

Triggered via pull request December 16, 2024 01:46
Status Failure
Total duration 1m 42s
Artifacts

phpstan.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/Database/Compressor/Uncompressed.php#L35
Return type mixed of method N98\Magento\Command\Database\Compressor\Uncompressed::getFileName() is not covariant with return type string of method N98\Magento\Command\Database\Compressor\AbstractCompressor::getFileName().
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Setup/IncrementalCommand.php#L153
Parameter #1 $arr1 of function array_merge expects array, array|string given.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Setup/IncrementalCommand.php#L154
Parameter #2 ...$args of function array_merge expects array, array|string given.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Setup/IncrementalCommand.php#L158
Method N98\Magento\Command\System\Setup\IncrementalCommand::_getAvaiableDbFilesFromResource() should return array but returns array|string.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Setup/IncrementalCommand.php#L171
Parameter #1 $arr1 of function array_merge expects array, array|string given.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Setup/IncrementalCommand.php#L172
Parameter #2 ...$args of function array_merge expects array, array|string given.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Setup/IncrementalCommand.php#L176
Method N98\Magento\Command\System\Setup\IncrementalCommand::_getAvaiableDataFilesFromResource() should return array but returns array|string.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Url/ListCommand.php#L86
Expression on left side of ?? is not nullable.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Command/System/Url/ListCommand.php#L91
Variable $currentStore in PHPDoc tag @var does not match any variable in the foreach loop: $stores, $store
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0): src/N98/Magento/Initialiser.php#L70
Negated boolean expression is always true.
Analyze (20.10.2, ubuntu-latest, 7.4, 8.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636