forked from TYPO3-Documentation/render-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
26 lines (22 loc) · 873 Bytes
/
phpstan-baseline.neon
File metadata and controls
26 lines (22 loc) · 873 Bytes
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
parameters:
ignoreErrors:
-
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