Skip to content

Commit

Permalink
Fix PHPStan failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jun 7, 2023
1 parent 9dc788b commit ad847b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ parameters:
treatPhpDocTypesAsCertain: false
ignoreErrors:
-
message: '#Offset class-string<object> on array\{\} in isset\(\) does not exist#'
message: '#Offset mixed on array\{\} in isset\(\) does not exist#'
path: src/Yuml/MetadataGrapher.php
-
message: '#Return type .* of method DoctrineORMModule\\Yuml\\YumlController::indexAction\(\)#'
path: src/Yuml/YumlController.php
-
message: '#Parameter \#1 .* of method DoctrineORMModule\\Options\\Configuration.* stdClass given#'
path: tests/Options/ConfigurationOptionsTest.php
-
message: '#Parameter \#1 .* of method Doctrine\\Common\\DataFixtures\\Executor\\ORMExecutor::execute\(\)#'
path: tests/Paginator/AdapterTest.php
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon

0 comments on commit ad847b5

Please sign in to comment.