forked from SymfonyTest/symfony-bundle-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
37 lines (30 loc) · 1.03 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Access to an undefined property Nyholm\\\\BundleTest\\\\AppKernel\\:\\:\\$rootDir\\.$#"
count: 1
path: src/AppKernel.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$bundle$#"
count: 1
path: src/AppKernel.php
-
message: "#^Call to method reset\\(\\) on an unknown class Symfony\\\\Component\\\\DependencyInjection\\\\ResettableContainerInterface\\.$#"
count: 1
path: src/BaseBundleTestCase.php
-
message: "#^Class Symfony\\\\Component\\\\DependencyInjection\\\\ResettableContainerInterface not found\\.$#"
count: 1
path: src/BaseBundleTestCase.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$options$#"
count: 1
path: src/BaseBundleTestCase.php
-
message: "#^Comparison operation \"\\>\\=\" between 50306 and 50100 is always true\\.$#"
count: 1
path: src/config/parameters.php
-
message: "#^Variable \\$container might not be defined\\.$#"
count: 3
path: src/config/parameters.php