-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathphpstan-baseline.neon
116 lines (94 loc) · 3.17 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
parameters:
ignoreErrors:
-
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$table \\(string\\) does not accept mixed\\.$#"
count: 1
path: src/Models/Workflow.php
-
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$table \\(string\\) 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