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 f7ead50 commit b08b0d9Copy full SHA for b08b0d9
2 files changed
phpstan-baseline.neon
@@ -0,0 +1,21 @@
1
+parameters:
2
+ ignoreErrors:
3
+ -
4
+ message: "#^Call to an undefined method ReflectionClass\\<object\\>\\:\\:newLazyProxy\\(\\)\\.$#"
5
+ count: 1
6
+ path: src/Container.php
7
+
8
9
+ message: "#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#"
10
11
12
13
14
+ message: "#^Call to an undefined method ReflectionType\\:\\:isBuiltin\\(\\)\\.$#"
15
16
17
18
19
+ message: "#^Unsafe usage of new static\\(\\)\\.$#"
20
21
phpstan.neon
@@ -1,6 +1,7 @@
includes:
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
+ - phpstan-baseline.neon
parameters:
level: 5
0 commit comments