forked from VasekPurchart/Tracy-Blue-Screen-Bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
42 lines (34 loc) · 1.5 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
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:integerNode\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Cannot access offset 'browser' on mixed\\.$#"
count: 1
path: src/DependencyInjection/TracyBlueScreenExtension.php
-
message: "#^Cannot access offset 'collapse_paths' on mixed\\.$#"
count: 1
path: src/DependencyInjection/TracyBlueScreenExtension.php
-
message: "#^Cannot access offset 'enabled' on mixed\\.$#"
count: 2
path: src/DependencyInjection/TracyBlueScreenExtension.php
-
message: "#^Cannot access offset 'listener_priority' on mixed\\.$#"
count: 2
path: src/DependencyInjection/TracyBlueScreenExtension.php
-
message: "#^Cannot access offset 'log_directory' on mixed\\.$#"
count: 1
path: src/DependencyInjection/TracyBlueScreenExtension.php
-
message: "#^Parameter \\#1 \\$configOption of method Cdn77\\\\TracyBlueScreenBundle\\\\DependencyInjection\\\\TracyBlueScreenExtension\\:\\:isEnabled\\(\\) expects bool\\|null, mixed given\\.$#"
count: 2
path: src/DependencyInjection/TracyBlueScreenExtension.php
-
message: "#^Parameter \\#2 \\$value of method Symfony\\\\Component\\\\DependencyInjection\\\\Container\\:\\:setParameter\\(\\) expects array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null, mixed given\\.$#"
count: 5
path: src/DependencyInjection/TracyBlueScreenExtension.php