Skip to content

Commit

Permalink
Fix: Run 'make static-code-analysis-baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Apr 30, 2023
1 parent 1344d5f commit 1d8f806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Expand Up @@ -20,3 +20,8 @@ parameters:
count: 1
path: src/Functions/NoNullableReturnTypeDeclarationRule.php

-
message: "#^Parameter \\#2 \\$expectedErrors of method PHPStan\\\\Testing\\\\RuleTestCase\\<PHPStan\\\\Rules\\\\Rule\\>\\:\\:analyse\\(\\) expects array\\<int, array\\{0\\: string, 1\\: int, 2\\?\\: string\\}\\>, array\\{array\\} given\\.$#"
count: 1
path: test/Integration/AbstractTestCase.php

1 change: 1 addition & 0 deletions psalm-baseline.xml
Expand Up @@ -38,6 +38,7 @@
</MixedReturnTypeCoercion>
</file>
<file src="test/Integration/AbstractTestCase.php">
<MixedArgumentTypeCoercion occurrences="1"/>
<MixedInferredReturnType occurrences="2">
<code>iterable</code>
<code>iterable</code>
Expand Down

0 comments on commit 1d8f806

Please sign in to comment.