Browse Source

Remove unneeded phpstan ignore.

ADmad 6 years ago
parent
commit
04e9f2655b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      phpstan.neon

+ 0 - 1
phpstan.neon

@@ -26,7 +26,6 @@ parameters:
         - '#Property Cake\\TestSuite\\Fixture\\TestFixture::\$_schema \(Cake\\Database\\Schema\\SqlGeneratorInterface&Cake\\Database\\Schema\\TableSchemaInterface\) does not accept Cake\\Database\\Schema\\TableSchemaInterface#'
         - '#Return type \(null\) of method Cake\\Collection\\Iterator\\NoChildrenIterator::getChildren\(\) should be compatible with return type \(RecursiveIterator\) of method RecursiveIterator::getChildren\(\)#'
         - '#Call to an undefined method DateTimeInterface::setTimezone\(\)#'
-        - '#Parameter \#3 \$in of class Cake\\Console\\ConsoleIo constructor expects Cake\\Console\\ConsoleInput|null, PHPUnit\\Framework\\MockObject\\MockObject given.#'
         - '#Parameter \#1 \$filename of function fopen expects string, resource given.#'
         - '#Parameter \#1 \$it of method AppendIterator::append\(\) expects Iterator, Traversable given.#'
         - '#Parameter \#1 \$it of class .+Iterator constructor expects Iterator, Traversable given.#'