kokjan/vendor/codeception/lib-asserts/phpstan.neon

12 lines
584 B
Plaintext
Raw Normal View History

parameters:
level: 9
paths:
- tests/
- src/
ignoreErrors:
-
message: '#Parameter \#1 \$className of static method PHPUnit\\Framework\\Assert::assertContainsOnlyInstancesOf\(\) expects class-string<object>, string given\.#'
path: src/Codeception/Util/Shared/InheritedAsserts.php
-
message: '#Parameter \#1 \$className of static method PHPUnit\\Framework\\Assert::assertContainsNotOnlyInstancesOf\(\) expects class-string, string given\.#'
path: src/Codeception/Util/Shared/InheritedAsserts.php