-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
phpstan-baseline.neon
56 lines (46 loc) · 2.35 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
parameters:
ignoreErrors:
-
message: "#^Cannot access offset 'tests' on mixed\\.$#"
count: 1
path: src/CodeceptionAdapter.php
-
message: "#^Method Infection\\\\TestFramework\\\\Codeception\\\\CodeceptionAdapter\\:\\:getOriginalBootstrapFilePath\\(\\) should return string\\|null but returns mixed\\.$#"
count: 1
path: src/CodeceptionAdapter.php
-
message: "#^Parameter \\#1 \\$file of method Symfony\\\\Component\\\\Filesystem\\\\Filesystem\\:\\:isAbsolutePath\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/CodeceptionAdapter.php
-
message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
count: 1
path: src/CodeceptionAdapter.php
-
message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/CodeceptionAdapter.php
-
message: "#^Parameter \\#4 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/CodeceptionAdapter.php
-
message: "#^Method Infection\\\\TestFramework\\\\Codeception\\\\CodeceptionAdapterFactory\\:\\:parseYaml\\(\\) should return array\\<string, mixed\\> but returns mixed\\.$#"
count: 1
path: src/CodeceptionAdapterFactory.php
-
message: "#^Parameter \\#7 \\$sourceDirectories \\(array\\<string\\>\\) of method Infection\\\\TestFramework\\\\Codeception\\\\CodeceptionAdapterFactory\\:\\:create\\(\\) should be contravariant with parameter \\$sourceDirectories \\(array\\) of method Infection\\\\AbstractTestFramework\\\\TestFrameworkAdapterFactory\\:\\:create\\(\\)$#"
count: 1
path: src/CodeceptionAdapterFactory.php
-
message: "#^Call to static method phpExecutableNotFound\\(\\) on an unknown class Infection\\\\Finder\\\\Exception\\\\FinderException\\.$#"
count: 1
path: src/CommandLineBuilder.php
-
message: "#^Call to static method Webmozart\\\\Assert\\\\Assert\\:\\:allString\\(\\) with array\\<string\\> will always evaluate to true\\.$#"
count: 1
path: src/Stringifier.php
-
message: "#^Parameter \\#1 \\$arrayOfStrings of static method Infection\\\\TestFramework\\\\Codeception\\\\Stringifier\\:\\:stringifyArray\\(\\) expects array\\<string\\>, array\\<int, int\\> given\\.$#"
count: 1
path: tests/phpunit/Adapter/StringifierTest.php