Skip to content

update phpstan.neon #651

update phpstan.neon

update phpstan.neon #651

Triggered via push November 27, 2024 15:52
Status Failure
Total duration 44s
Artifacts

ci.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Command/EntityFinderCommand.php#L69
Variable $id might not be defined.
phpstan: src/Command/EntityFinderCommand.php#L69
Variable $table might not be defined.
phpstan: src/Command/EntityFinderCommand.php#L181
Method HeimrichHannot\UtilsBundle\Command\EntityFinderCommand::findFrontendModuleParents() invoked with 3 parameters, 2 required.
phpstan: src/Dca/DateAddedField.php#L11
Unsafe access to private property HeimrichHannot\UtilsBundle\Dca\DateAddedField::$tables through static::.
phpstan: src/Dca/DateAddedField.php#L16
Unsafe access to private property HeimrichHannot\UtilsBundle\Dca\DateAddedField::$tables through static::.
phpstan: src/EventListener/DcaField/DateAddedFieldListener.php#L41
Access to an undefined property Contao\Model::$dateAdded.
phpstan: src/EventListener/DcaField/DateAddedFieldListener.php#L56
Access to an undefined property Contao\Model::$dateAdded.
phpstan: src/EventListener/ExtendEntityFinderSubscriber.php#L43
Call to static method getTable() on an unknown class Contao\NewsModel.
phpstan: src/EventListener/ExtendEntityFinderSubscriber.php#L44
Call to static method findByPk() on an unknown class Contao\NewsModel.
phpstan: src/EventListener/ExtendEntityFinderSubscriber.php#L50
Call to static method getTable() on an unknown class Contao\NewsArchiveModel.