gettext-extractor
gettext-extractor copied to clipboard
PHPStan issue about Cannot access property $value on PhpParser\Node\Expr\ArrayItem|null
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.