generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
47 lines (38 loc) · 1.85 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
parameters:
ignoreErrors:
-
message: "#^Property Ergebnis\\\\DataGenerator\\\\ConcatenatingValueGenerator\\:\\:\\$firstGenerator \\(Ergebnis\\\\DataGenerator\\\\StringGenerator\\) does not accept Ergebnis\\\\DataGenerator\\\\StringGenerator\\|null\\.$#"
count: 1
path: src/ConcatenatingValueGenerator.php
-
message: "#^Property Ergebnis\\\\DataGenerator\\\\OptionalValueGenerator\\:\\:\\$values \\(array\\<int, string\\>\\) does not accept array\\<int\\|string, string\\>\\.$#"
count: 1
path: src/OptionalValueGenerator.php
-
message: "#^Property Ergebnis\\\\DataGenerator\\\\SequentialValueGenerator\\:\\:\\$generators \\(array\\<int, Ergebnis\\\\DataGenerator\\\\StringGenerator\\>\\) does not accept array\\<int\\|string, Ergebnis\\\\DataGenerator\\\\StringGenerator\\>\\.$#"
count: 1
path: src/SequentialValueGenerator.php
-
message: "#^Property Ergebnis\\\\DataGenerator\\\\ValueGenerator\\:\\:\\$values \\(array\\<int, string\\>\\) does not accept array\\<int\\|string, string\\>\\.$#"
count: 1
path: src/ValueGenerator.php
-
message: "#^Only iterables can be unpacked, array\\|string given in argument \\#1\\.$#"
count: 1
path: test/Unit/ConcatenatingValueGeneratorTest.php
-
message: "#^Only iterables can be unpacked, array\\|string given in argument \\#1\\.$#"
count: 1
path: test/Unit/OptionalValueGeneratorTest.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\|string given\\.$#"
count: 1
path: test/Unit/OptionalValueGeneratorTest.php
-
message: "#^Only iterables can be unpacked, array\\|string given in argument \\#1\\.$#"
count: 1
path: test/Unit/SequentialValueGeneratorTest.php
-
message: "#^Only iterables can be unpacked, array\\|string given in argument \\#1\\.$#"
count: 1
path: test/Unit/ValueGeneratorTest.php