-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
50 lines (42 loc) 路 2.26 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
50 lines (42 loc) 路 2.26 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
38
39
40
41
42
43
44
45
46
47
48
49
parameters:
ignoreErrors:
-
message: '#^Method Ergebnis\\Twig\\FrontMatter\\Converter\\FrontMatterConverter\:\:convert\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Converter/FrontMatterConverter.php
-
message: '#^Method Ergebnis\\Twig\\FrontMatter\\Converter\\NullFrontMatterConverter\:\:convert\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Converter/NullFrontMatterConverter.php
-
message: '#^Method Ergebnis\\Twig\\FrontMatter\\Converter\\ToMultipleAssignmentsFrontMatterConverter\:\:convert\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Converter/ToMultipleAssignmentsFrontMatterConverter.php
-
message: '#^Method Ergebnis\\Twig\\FrontMatter\\Converter\\ToSingleAssignmentFrontMatterConverter\:\:convert\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Converter/ToSingleAssignmentFrontMatterConverter.php
-
message: '#^Method Ergebnis\\Twig\\FrontMatter\\Expression\\Value\:\:toString\(\) should return string but returns string\|false\.$#'
identifier: return.type
count: 1
path: src/Expression/Value.php
-
message: '#^Parameter \#1 \$data of method Ergebnis\\Twig\\FrontMatter\\Converter\\NullFrontMatterConverter\:\:convert\(\) expects array, mixed given\.$#'
identifier: argument.type
count: 1
path: test/Unit/Converter/NullFrontMatterConverterTest.php
-
message: '#^Parameter \#1 \$data of method Ergebnis\\Twig\\FrontMatter\\Converter\\ToMultipleAssignmentsFrontMatterConverter\:\:convert\(\) expects array, mixed given\.$#'
identifier: argument.type
count: 2
path: test/Unit/Converter/ToMultipleAssignmentsFrontMatterConverterTest.php
-
message: '#^Parameter \#1 \$data of method Ergebnis\\Twig\\FrontMatter\\Converter\\ToSingleAssignmentFrontMatterConverter\:\:convert\(\) expects array, mixed given\.$#'
identifier: argument.type
count: 2
path: test/Unit/Converter/ToSingleAssignmentFrontMatterConverterTest.php