Skip to content

Commit

Permalink
Ignore undefined method error reported by phpstan
Browse files Browse the repository at this point in the history
This can be removed when cakephp/cakephp#13408
is released as part of CakePHP 3.8.1.
  • Loading branch information
johanmeiring committed Jul 9, 2019
1 parent 25089a2 commit a300214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parameters:
- Crud\Event\Subject
ignoreErrors:
# ORM
- '#Call to an undefined method Cake\\Datasource\\EntityInterface::getVisible().#'

# Crud properties
- '#Access to an undefined property object::\$created#'
Expand Down

0 comments on commit a300214

Please sign in to comment.