Browse Source

Ignore remaining phpstan errors for now.

ADmad 8 years ago
parent
commit
4acaab3553
1 changed files with 3 additions and 0 deletions
  1. 3 0
      phpstan.neon

+ 3 - 0
phpstan.neon

@@ -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