Skip to content

Commit

Permalink
Ignore remaining phpstan errors for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 12, 2017
1 parent bca167d commit 4acaab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Expand Up @@ -23,6 +23,9 @@ parameters:
- '#Variable \$config in isset\(\) is never defined#'
- '#Call to static method id\(\) on an unknown class PHPUnit_Runner_Version#'
- '#Call to an undefined method DateTimeInterface::i18nFormat\(\)#'
- '#Call to an undefined method object::__toString\(\)#'
- '#Call to an undefined method object::toArray\(\)#'
- '#Call to an undefined method object::__debugInfo\(\)#'
earlyTerminatingMethodCalls:
Cake\Shell\Shell:
- abort
Expand Down

0 comments on commit 4acaab3

Please sign in to comment.