Browse Source

fix phpstan ignore.

Mark Story 8 years ago
parent
commit
7820737424
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpstan.neon

+ 1 - 1
phpstan.neon

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