-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
51 lines (42 loc) · 2.22 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
parameters:
ignoreErrors:
-
message: "#^Function phpDocumentor\\\\Guides\\\\DependencyInjection\\\\template not found\\.$#"
count: 9
path: src/DependencyInjection/GuidesPhpDomainExtension.php
-
message: "#^Used function phpDocumentor\\\\Guides\\\\DependencyInjection\\\\template not found\\.$#"
count: 1
path: src/DependencyInjection/GuidesPhpDomainExtension.php
-
message: "#^Method T3Docs\\\\GuidesPhpDomain\\\\Tests\\\\ApplicationTestCase\\:\\:prepareContainer\\(\\) has parameter \\$extraExtensions with no value type specified in iterable type array\\.$#"
count: 1
path: tests/ApplicationTestCase.php
-
message: "#^PHPDoc tag @param for parameter \\$extraExtensions with type Symfony\\\\Component\\\\DependencyInjection\\\\Extension\\\\ExtensionInterface is incompatible with native type array\\.$#"
count: 1
path: tests/ApplicationTestCase.php
-
message: "#^Method T3Docs\\\\GuidesPhpDomain\\\\Tests\\\\integration\\\\IntegrationTest\\:\\:getTestsForDirectory\\(\\) should return array\\{string, string, string, array\\<int, string\\>\\} but returns array\\<0\\|1\\|2\\|3\\|string, array\\<int, array\\<int\\<0, max\\>, string\\>\\|string\\>\\|string\\>\\.$#"
count: 1
path: tests/integration/IntegrationTest.php
-
message: "#^Parameter \\#1 \\$content of method T3Docs\\\\GuidesPhpDomain\\\\Tests\\\\integration\\\\IntegrationTest\\:\\:getTrimmedFileContent\\(\\) expects string, string\\|false given\\.$#"
count: 2
path: tests/integration/IntegrationTest.php
-
message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|false given\\.$#"
count: 2
path: tests/integration/IntegrationTest.php
-
message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#"
count: 1
path: tests/integration/IntegrationTest.php
-
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: tests/integration/IntegrationTest.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|false given\\.$#"
count: 1
path: tests/integration/IntegrationTest.php