-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathphpstan-baseline.neon
131 lines (106 loc) · 4.44 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
parameters:
ignoreErrors:
-
message: "#^Generic type Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\<Sassnowski\\\\Venture\\\\Models\\\\WorkflowJob\\> in PHPDoc tag @return does not specify all template types of class Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\: TRelatedModel, TDeclaringModel$#"
count: 1
path: src/Models/Workflow.php
-
message: "#^Method Sassnowski\\\\Venture\\\\Models\\\\Workflow\\:\\:jobs\\(\\) should return Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\<Sassnowski\\\\Venture\\\\Models\\\\WorkflowJob\\> but returns Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany\\<Sassnowski\\\\Venture\\\\Models\\\\WorkflowJob, \\$this\\(Sassnowski\\\\Venture\\\\Models\\\\Workflow\\)\\>\\.$#"
count: 1
path: src/Models/Workflow.php
-
message: "#^Method Sassnowski\\\\Venture\\\\Models\\\\Workflow\\:\\:workflowable\\(\\) should return Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\MorphTo\\<Illuminate\\\\Database\\\\Eloquent\\\\Model, Sassnowski\\\\Venture\\\\Models\\\\Workflow\\> but returns Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\MorphTo\\<Illuminate\\\\Database\\\\Eloquent\\\\Model, \\$this\\(Sassnowski\\\\Venture\\\\Models\\\\Workflow\\)\\>\\.$#"
count: 1
path: src/Models/Workflow.php
-
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$table \\(string\\|null\\) does not accept mixed\\.$#"
count: 1
path: src/Models/Workflow.php
-
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$table \\(string\\|null\\) does not accept mixed\\.$#"
count: 1
path: src/Models/WorkflowJob.php
-
message: "#^Parameter \\#2 \\$concrete of method Illuminate\\\\Contracts\\\\Container\\\\Container\\:\\:bind\\(\\) expects Closure\\|string\\|null, mixed given\\.$#"
count: 3
path: src/VentureServiceProvider.php
-
message: "#^Access to an undefined property object\\:\\:\\$connection\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Access to an undefined property object\\:\\:\\$gated\\.$#"
count: 2
path: src/WorkflowStepAdapter.php
-
message: "#^Access to an undefined property object\\:\\:\\$queue\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:getDelay\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:getDependantJobs\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:getDependencies\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:getJobId\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:getName\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:getStepId\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:onConnection\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:onQueue\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:step\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:withDelay\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:withDependantJobs\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:withDependencies\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:withJobId\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:withName\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:withStepId\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:withWorkflowId\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php
-
message: "#^Call to an undefined method object\\:\\:workflow\\(\\)\\.$#"
count: 1
path: src/WorkflowStepAdapter.php