-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
phpstan-baseline.neon
81 lines (66 loc) · 3.39 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
parameters:
ignoreErrors:
-
message: "#^Method Arcanist\\\\AbstractWizard\\:\\:availableSteps\\(\\) should return array\\<int, Arcanist\\\\WizardStep\\> but returns array\\<int, mixed\\>\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Method Arcanist\\\\AbstractWizard\\:\\:firstIncompleteStep\\(\\) should return Arcanist\\\\WizardStep but returns Arcanist\\\\WizardStep\\|null\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(Arcanist\\\\WizardStep\\)\\: bool given\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:first\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(Arcanist\\\\WizardStep\\)\\: bool given\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: Arcanist\\\\WizardStep, Closure\\(string, mixed\\)\\: Arcanist\\\\WizardStep given\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Parameter \\#1 \\$step of method Arcanist\\\\Contracts\\\\ResponseRenderer\\:\\:redirectWithError\\(\\) expects Arcanist\\\\WizardStep, mixed given\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Parameter \\#1 \\$wizardId of method Arcanist\\\\AbstractWizard\\:\\:load\\(\\) expects string, int\\|string\\|null given\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Parameter \\#3 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Property Arcanist\\\\AbstractWizard\\:\\:\\$availableSteps \\(array\\<int, Arcanist\\\\WizardStep\\>\\|null\\) does not accept array\\<int, mixed\\>\\.$#"
count: 1
path: src/AbstractWizard.php
-
message: "#^Cannot access offset 'config' on Illuminate\\\\Contracts\\\\Foundation\\\\Application\\.$#"
count: 1
path: src/ArcanistServiceProvider.php
-
message: "#^Cannot access offset 'events' on Illuminate\\\\Contracts\\\\Foundation\\\\Application\\.$#"
count: 1
path: src/ArcanistServiceProvider.php
-
message: "#^Parameter \\#1 \\$implementation of method Illuminate\\\\Contracts\\\\Container\\\\ContextualBindingBuilder\\:\\:give\\(\\) expects array\\|Closure\\|string, mixed given\\.$#"
count: 1
path: src/ArcanistServiceProvider.php
-
message: "#^Parameter \\#1 \\$value of static method Arcanist\\\\TTL\\:\\:fromSeconds\\(\\) expects int, mixed given\\.$#"
count: 1
path: src/ArcanistServiceProvider.php
-
message: "#^Parameter \\#2 \\$concrete of method Illuminate\\\\Contracts\\\\Container\\\\Container\\:\\:bind\\(\\) expects Closure\\|string\\|null, mixed given\\.$#"
count: 3
path: src/ArcanistServiceProvider.php
-
message: "#^Parameter \\#1 \\$id of method Arcanist\\\\AbstractWizard\\:\\:setId\\(\\) expects int\\|string\\|null, Ramsey\\\\Uuid\\\\UuidInterface given\\.$#"
count: 1
path: src/Repository/CacheWizardRepository.php