-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
38 lines (32 loc) · 1.5 KB
/
phpstan-baseline.neon
File metadata and controls
38 lines (32 loc) · 1.5 KB
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
parameters:
ignoreErrors:
-
message: '#^Method Ergebnis\\Composer\\Normalize\\Command\\NormalizeCommand\:\:indentFromExtra\(\) has a nullable return type declaration\.$#'
identifier: ergebnis.noNullableReturnTypeDeclaration
count: 1
path: src/Command/NormalizeCommand.php
-
message: '#^Method Ergebnis\\Composer\\Normalize\\Command\\NormalizeCommand\:\:indentFromExtra\(\) has parameter \$extra with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Command/NormalizeCommand.php
-
message: '#^Method Ergebnis\\Composer\\Normalize\\Command\\NormalizeCommand\:\:indentFromInput\(\) has a nullable return type declaration\.$#'
identifier: ergebnis.noNullableReturnTypeDeclaration
count: 1
path: src/Command/NormalizeCommand.php
-
message: '#^Parameter \#1 \$json of method Ergebnis\\Json\\Printer\\PrinterInterface\:\:print\(\) expects string, string\|false given\.$#'
identifier: argument.type
count: 1
path: src/Command/NormalizeCommand.php
-
message: '#^Cannot access offset ''plugin\-api\-version'' on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: test/Integration/Command/NormalizeCommand/AbstractTestCase.php
-
message: '#^Method Ergebnis\\Composer\\Normalize\\Test\\Util\\File\:\:__construct\(\) has parameter \$contents with a nullable type declaration\.$#'
identifier: ergebnis.noParameterWithNullableTypeDeclaration
count: 1
path: test/Util/File.php