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 1ec4537 commit 7f45726Copy full SHA for 7f45726
phpstan.neon
@@ -9,6 +9,17 @@ parameters:
9
- src
10
- tests
11
ignoreErrors:
12
+ # We are intentionally using non-existing classes here
13
+
14
+ -
15
+ message: "#^Class phpDocumentor\\\\Reflection\\\\DocBlock not found#"
16
+ count: 1
17
+ path: tests/unit/Types/ContextFactoryTest.php
18
19
+ message: "#^Class phpDocumentor\\\\Reflection\\\\DocBlock\\\\Tag not found#"
20
21
22
23
# We are intentionally adding invalid parameters here
24
-
25
message: "#^Parameter \\#2 \\$typeClassName of method phpDocumentor\\\\Reflection\\\\TypeResolver\\:\\:addKeyword\\(\\) expects class\\-string\\<phpDocumentor\\\\Reflection\\\\Type\\>\\, string given\\.$#"
0 commit comments