Browse Source

Remove PHPStan error pattern for console output stubs `messages()` call.

ndm2 7 years ago
parent
commit
3747fbe75a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      phpstan.neon

+ 0 - 1
phpstan.neon

@@ -28,7 +28,6 @@ parameters:
         - '#Variable \$_SESSION in isset\(\) always exists and is not nullable#'
         - '#Variable \$_SESSION in isset\(\) always exists and is not nullable#'
         - '#Call to an undefined method Traversable::getInnerIterator\(\)#'
         - '#Call to an undefined method Traversable::getInnerIterator\(\)#'
         - '#PHPDoc tag @throws with type PHPUnit\\Exception is not subtype of Throwable#'
         - '#PHPDoc tag @throws with type PHPUnit\\Exception is not subtype of Throwable#'
-        - '#Call to an undefined method Cake\\Console\\ConsoleOutput\|PHPUnit_Framework_MockObject_MockObject::messages\(\)#'
         - '#Binary operation "\+=" between \(array\&hasOffset\(.*\)\) and array results in an error#'
         - '#Binary operation "\+=" between \(array\&hasOffset\(.*\)\) and array results in an error#'
     earlyTerminatingMethodCalls:
     earlyTerminatingMethodCalls:
         Cake\Shell\Shell:
         Cake\Shell\Shell: