Skip to content

Dev/symfony6

Dev/symfony6 #317

Triggered via pull request November 29, 2023 23:33
Status Failure
Total duration 1m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
PHPStan: src/Eccube/Service/CsvImportService.php#L137
Return type mixed of method Eccube\Service\CsvImportService::current() is not covariant with tentative return type mixed of method Iterator::current().
PHPStan: src/Eccube/Service/CsvImportService.php#L221
Return type mixed of method Eccube\Service\CsvImportService::rewind() is not covariant with tentative return type void of method Iterator::rewind().
PHPStan: src/Eccube/Service/CsvImportService.php#L232
Return type mixed of method Eccube\Service\CsvImportService::count() is not covariant with tentative return type int of method Countable::count().
PHPStan: src/Eccube/Service/CsvImportService.php#L248
Return type mixed of method Eccube\Service\CsvImportService::next() is not covariant with tentative return type void of method Iterator::next().
PHPStan: src/Eccube/Service/CsvImportService.php#L256
Return type mixed of method Eccube\Service\CsvImportService::valid() is not covariant with tentative return type bool of method Iterator::valid().
PHPStan: src/Eccube/Service/CsvImportService.php#L264
Return type mixed of method Eccube\Service\CsvImportService::key() is not covariant with tentative return type mixed of method Iterator::key().
PHPStan: src/Eccube/Service/CsvImportService.php#L272
Return type mixed of method Eccube\Service\CsvImportService::seek() is not covariant with tentative return type void of method SeekableIterator::seek().
PHPStan: src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php#L49
Return type mixed of method Eccube\Session\Storage\Handler\SameSiteNoneCompatSessionHandler::open() is not covariant with tentative return type bool of method SessionHandlerInterface::open().
PHPStan: src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php#L71
Return type mixed of method Eccube\Session\Storage\Handler\SameSiteNoneCompatSessionHandler::updateTimestamp() is not covariant with tentative return type bool of method SessionUpdateTimestampHandlerInterface::updateTimestamp().
PHPStan: src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php#L89
Return type mixed of method Eccube\Session\Storage\Handler\SameSiteNoneCompatSessionHandler::destroy() is not covariant with tentative return type bool of method SessionHandlerInterface::destroy().
PHPStan
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PHPStan
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/