We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93959f commit 5081e1bCopy full SHA for 5081e1b
1 file changed
phpstan-baseline.neon
@@ -2095,9 +2095,19 @@ parameters:
2095
count: 4
2096
path: tests/Builder/CreateStatementTest.php
2097
2098
+ -
2099
+ message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEmpty\\(\\)\\.$#"
2100
+ count: 2
2101
+ path: tests/Builder/CreateStatementTest.php
2102
+
2103
-
2104
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertEquals\\(\\)\\.$#"
- count: 34
2105
+ count: 35
2106
2107
2108
2109
+ message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\)\\.$#"
2110
+ count: 1
2111
2112
2113
0 commit comments