Skip to content

Commit

Permalink
fix phpstan reports
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Aug 4, 2023
1 parent 7c5a1e0 commit 49903a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ parameters:
path: src/ReaderTest.php
- message: '#Parameter \#2 \$header of method League\\Csv\\Statement::process\(\) expects array<string>, array<int, int\|string> given.#'
path: src/ResultSetTest.php
- '#Parameter \#2 \$haystack of static method PHPUnit\\Framework\\Assert::assertStringContainsString\(\)#'
- '#Parameter \#2 \$haystack of static method PHPUnit\\Framework\\Assert::assertStringNotContainsString\(\)#'
- '#Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert::assertStringContainsString\(\)#'
reportUnmatchedIgnoredErrors: true

0 comments on commit 49903a4

Please sign in to comment.