Skip to content

Commit 6607938

Browse files
committed
phpstan: remove former false negatives which have been fixed in updated phpstan
1 parent 29105b0 commit 6607938

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Diff for: phpstan-baseline.neon

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,2 @@
11
parameters:
2-
ignoreErrors:
3-
-
4-
message: "#^Parameter \\#2 \\$changes of method Grifart\\\\Tables\\\\TableManager\\:\\:save\\(\\) expects Grifart\\\\Tables\\\\Modifications\\<\\$this\\(Grifart\\\\Tables\\\\Tests\\\\Fixtures\\\\TestsTable\\)\\>, Grifart\\\\Tables\\\\Tests\\\\Fixtures\\\\TestModifications given\\.$#"
5-
count: 1
6-
path: tests/Fixtures/TestsTable.php
7-
8-
-
9-
message: "#^Parameter \\#2 \\$primaryKey of method Grifart\\\\Tables\\\\TableManager\\:\\:delete\\(\\) expects Grifart\\\\Tables\\\\PrimaryKey\\<\\$this\\(Grifart\\\\Tables\\\\Tests\\\\Fixtures\\\\TestsTable\\)\\>, Grifart\\\\Tables\\\\Tests\\\\Fixtures\\\\TestPrimaryKey given\\.$#"
10-
count: 1
11-
path: tests/Fixtures/TestsTable.php
12-
13-
-
14-
message: "#^Parameter \\#2 \\$primaryKey of method Grifart\\\\Tables\\\\TableManager\\:\\:find\\(\\) expects Grifart\\\\Tables\\\\PrimaryKey\\<\\$this\\(Grifart\\\\Tables\\\\Tests\\\\Fixtures\\\\TestsTable\\)\\>, Grifart\\\\Tables\\\\Tests\\\\Fixtures\\\\TestPrimaryKey given\\.$#"
15-
count: 1
16-
path: tests/Fixtures/TestsTable.php
17-
2+
ignoreErrors: []

0 commit comments

Comments
 (0)