Skip to content

Commit

Permalink
Remove PHPStan error pattern for console output stubs messages() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Jul 29, 2018
1 parent bde125e commit 3747fbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Expand Up @@ -28,7 +28,6 @@ parameters:
- '#Variable \$_SESSION in isset\(\) always exists and is not nullable#'
- '#Call to an undefined method Traversable::getInnerIterator\(\)#'
- '#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#'
earlyTerminatingMethodCalls:
Cake\Shell\Shell:
Expand Down

0 comments on commit 3747fbe

Please sign in to comment.