When running the ./vendor/bin/phpstan analyse command, it will present following message:
------ ----------------------------------------------------------------------
Line src/Filters/PHPFilter.php
------ ----------------------------------------------------------------------
93 Cannot access property $value on PhpParser\Node\Expr\ArrayItem|null.
94 Cannot access property $value on PhpParser\Node\Expr\ArrayItem|null.
------ ----------------------------------------------------------------------
I think it will be fixed or add setting to ignore above error message on phpstan.neon.dist file.
When running the
./vendor/bin/phpstan analysecommand, it will present following message:I think it will be fixed or add setting to ignore above error message on
phpstan.neon.distfile.