-
Notifications
You must be signed in to change notification settings - Fork 6
/
phpstan-baseline.neon
51 lines (42 loc) · 1.81 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: "#^Parameter \\#6 \\$documentation of class T3Docs\\\\Typo3DocsTheme\\\\Nodes\\\\ViewHelperNode constructor expects array\\<phpDocumentor\\\\Guides\\\\Nodes\\\\Node\\>, mixed given\\.$#"
count: 1
path: packages/typo3-docs-theme/src/Directives/ViewHelperDirective.php
-
message: "#^Parameter \\#9 \\$docTags of class T3Docs\\\\Typo3DocsTheme\\\\Nodes\\\\ViewHelperNode constructor expects array\\<string, string\\>, mixed given\\.$#"
count: 1
path: packages/typo3-docs-theme/src/Directives/ViewHelperDirective.php
-
message: "#^Cannot access offset 'packages' on mixed\\.$#"
count: 1
path: packages/typo3-docs-theme/src/Packagist/PackagistService.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 1
path: packages/typo3-docs-theme/src/Packagist/PackagistService.php
-
message: "#^Cannot access offset string on mixed\\.$#"
count: 1
path: packages/typo3-docs-theme/src/Packagist/PackagistService.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: packages/typo3-guides-cli/src/Command/ConfigureCommand.php
-
message: "#^SimpleXMLElement does not accept string\\.$#"
count: 4
path: packages/typo3-guides-cli/src/Command/ConfigureCommand.php
-
message: "#^Undefined variable\\: \\$guides$#"
count: 2
path: packages/typo3-guides-cli/src/Command/ConfigureCommand.php
-
message: "#^Variable \\$guides in isset\\(\\) is never defined\\.$#"
count: 1
path: packages/typo3-guides-cli/src/Command/ConfigureCommand.php
-
message: "#^Method T3Docs\\\\GuidesCli\\\\Migration\\\\SettingsMigrator\\:\\:collectUnmigratedLegacySettings\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: packages/typo3-guides-cli/src/Migration/SettingsMigrator.php