Skip to content

Commit

Permalink
Merge pull request #736 from demiankatz/phpstan-fixes
Browse files Browse the repository at this point in the history
Fix PHPStan failures.
  • Loading branch information
greg0ire authored Jun 7, 2023
2 parents 79715e6 + 7f112e9 commit 82ff71c
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 82ff71c

Please sign in to comment.