build(deps-dev): bump phpstan/phpstan from 1.12.9 to 2.0.2 #954
Annotations
10 errors and 1 warning
Run phpstan:
src/Controller/ImportController.php#L29
Property App\Controller\ImportController::$version (string|null) is never assigned null so it can be removed from the property type.
|
Run phpstan:
src/Controller/ImportController.php#L39
Property App\Controller\ImportController::$startDate (DateTime|null) is never assigned null so it can be removed from the property type.
|
Run phpstan:
src/Entity/Execution.php#L77
Property App\Entity\Execution::$insertion_end_date (DateTimeInterface|null) is never assigned null so it can be removed from the property type.
|
Run phpstan:
src/Repository/ExecutionRepository.php#L17
Class App\Repository\ExecutionRepository has PHPDoc tag @method for method findBy() parameter #1 $criteria with no value type specified in iterable type array.
|
Run phpstan:
src/Repository/ExecutionRepository.php#L17
Class App\Repository\ExecutionRepository has PHPDoc tag @method for method findBy() parameter #2 $orderBy with no value type specified in iterable type array.
|
Run phpstan:
src/Repository/ExecutionRepository.php#L17
Class App\Repository\ExecutionRepository has PHPDoc tag @method for method findOneBy() parameter #1 $criteria with no value type specified in iterable type array.
|
Run phpstan:
src/Repository/ExecutionRepository.php#L17
Class App\Repository\ExecutionRepository has PHPDoc tag @method for method findOneBy() parameter #2 $orderBy with no value type specified in iterable type array.
|
Run phpstan:
src/Repository/SettingsRepository.php#L17
Class App\Repository\SettingsRepository has PHPDoc tag @method for method findBy() parameter #1 $criteria with no value type specified in iterable type array.
|
Run phpstan:
src/Repository/SettingsRepository.php#L17
Class App\Repository\SettingsRepository has PHPDoc tag @method for method findBy() parameter #2 $orderBy with no value type specified in iterable type array.
|
Run phpstan:
src/Repository/SettingsRepository.php#L17
Class App\Repository\SettingsRepository has PHPDoc tag @method for method findOneBy() parameter #1 $criteria with no value type specified in iterable type array.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading