-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
32 lines (26 loc) · 1.21 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
parameters:
ignoreErrors:
-
message: "#^Cannot cast array\\<int, string\\>\\|bool\\|int\\|string to string\\.$#"
count: 1
path: src/lib/Composer/ScriptHandler.php
-
message: "#^Parameter \\#1 \\$targetDir of method Ibexa\\\\BundleGenerator\\\\Generator\\\\BundleGeneratorConfiguration\\:\\:setTargetDir\\(\\) expects string\\|null, string\\|false given\\.$#"
count: 1
path: src/lib/Composer/ScriptHandler.php
-
message: "#^Parameter \\#1 \\$path of function basename expects string, string\\|false given\\.$#"
count: 1
path: src/lib/Generator/BundleGenerator.php
-
message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
count: 1
path: src/lib/Generator/BundleGenerator.php
-
message: "#^Parameter \\#1 \\$targetDir of method Ibexa\\\\BundleGenerator\\\\Generator\\\\BundleGenerator\\:\\:createSkeletonIterator\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/lib/Generator/BundleGenerator.php
-
message: "#^Parameter \\#2 \\$targetDir of method Symfony\\\\Component\\\\Filesystem\\\\Filesystem\\:\\:mirror\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/lib/Generator/BundleGenerator.php