Skip to content

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

Description

@peter279k

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions