-
Notifications
You must be signed in to change notification settings - Fork 16
/
phpstan-baseline.neon
42 lines (34 loc) · 1.34 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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$orderId of class Broadway\\\\Saga\\\\Examples\\\\MarkOrderAsBooked constructor expects string, mixed given\\.$#"
count: 1
path: examples/ReservationSaga.php
-
message: "#^Parameter \\#1 \\$orderId of class Broadway\\\\Saga\\\\Examples\\\\RejectOrder constructor expects string, mixed given\\.$#"
count: 1
path: examples/ReservationSaga.php
-
message: "#^Property Broadway\\\\Saga\\\\Examples\\\\MarkOrderAsBooked\\:\\:\\$orderId is never read, only written\\.$#"
count: 1
path: examples/ReservationSaga.php
-
message: "#^Property Broadway\\\\Saga\\\\Examples\\\\RejectOrder\\:\\:\\$orderId is never read, only written\\.$#"
count: 1
path: examples/ReservationSaga.php
-
message: "#^Parameter \\#1 \\$object of function get_class expects object, mixed given\\.$#"
count: 1
path: src/Metadata/Metadata.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, class\\-string\\|false given\\.$#"
count: 1
path: src/Metadata/Metadata.php
-
message: "#^Parameter \\#1 \\$object of function get_class expects object, mixed given\\.$#"
count: 2
path: src/Saga.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, class\\-string\\|false given\\.$#"
count: 1
path: src/Saga.php