Skip to content

Commit

Permalink
fix phpstan ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 14, 2017
1 parent aa3fc92 commit 7820737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Expand Up @@ -26,7 +26,7 @@ parameters:
- '#Call to an undefined method object::__toString\(\)#'
- '#Call to an undefined method object::toArray\(\)#'
- '#Call to an undefined method object::__debugInfo\(\)#'
- '#Static call to instance method Cake\\ORM\\TableRegistry::getConfig\(\)#'
- '#Call to an undefined static method Cake\\ORM\\TableRegistry::getConfig\(\)#'
earlyTerminatingMethodCalls:
Cake\Shell\Shell:
- abort
Expand Down

0 comments on commit 7820737

Please sign in to comment.