Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPStan issue about Cannot access property $value on PhpParser\Node\Expr\ArrayItem|null #35

Open
peter279k opened this issue Aug 14, 2020 · 0 comments

Comments

@peter279k
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant