forked from exceedone/exment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon.dist
162 lines (126 loc) · 7.57 KB
/
phpstan.neon.dist
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- vendor/exceedone/exment
level: 4
stubFiles:
- exment/stubs/laravel/passport/Client.stub
universalObjectCratesClasses:
- Exceedone\Exment\Model\WorkflowAuthority
- Exceedone\Exment\Model\Interfaces\WorkflowAuthorityInterface
- Exceedone\Exment\Services\Plugin\PluginTriggerBase
- Illuminate\Database\Eloquent\Model
- Illuminate\Contracts\Auth\Authenticatable
ignoreErrors:
-
message: "#^Call to an undefined method Encore\\\\Admin.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Method Encore\\\\Admin.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Access to an undefined property Encore\\\\Admin.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Result of method Encore\\\\Admin.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Query\\\\Grammars\\\\Grammar.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Schema\\\\Grammars\\\\Grammar.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Query\\\\Processors\\\\Processor.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Access to an undefined property Illuminate\\\\Support\\\\Fluent::.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Return type \\(Illuminate\\\\Contracts\\\\View\\\\Factory|Illuminate\\\\View\\\\View\\) of method Exceedone\\\\Exment\\\\Form\\\\Field\\\\Text::render\\(\\) should be compatible with return type \\(string\\) of method Illuminate\\\\Contracts\\\\Support\\\\Renderable::render\\(\\)#"
path: vendor/exceedone/exment/src/*
-
message: "#^Return type \\(Illuminate\\\\View\\\\View\\) of method Exceedone\\\\Exment\\\\Form\\\\Field\\\\NestedEmbeds::render\\(\\) should be compatible with return type \\(string\\) of method Illuminate\\\\Contracts\\\\Support\\\\Renderable::render\\(\\)#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static call to instance method Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterSftp::getMergeConfigKeys\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Argument of an invalid type Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterSftp supplied for foreach, only iterables are supported.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Argument of an invalid type Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterS3 supplied for foreach, only iterables are supported.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static call to instance method Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterS3::getMergeConfigKeys\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Argument of an invalid type Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterLocal supplied for foreach, only iterables are supported.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static call to instance method Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterLocal::getMergeConfigKeys\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Argument of an invalid type Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterFtp supplied for foreach, only iterables are supported.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static call to instance method Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterFtp::getMergeConfigKeys\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Argument of an invalid type Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterAzure supplied for foreach, only iterables are supported.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static call to instance method Exceedone\\\\Exment\\\\Storage\\\\Adapter\\\\ExmentAdapterAzure::getMergeConfigKeys\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable::visible\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable::save\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable::setSettingValue\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable::hasPermission\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Auth\\\\Authenticatable::getSettingValue\\(\\).#"
path: vendor/exceedone/exment/src/*
-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model::setValueModel\\(\\)#"
path: vendor/exceedone/exment/src/*
-
message: "#^Access to an undefined property Exceedone\\\\Exment\\\\ColumnItems\\\\SystemItem::\\$custom_column.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Access to an undefined property Exceedone\\\\Exment\\\\ColumnItems\\\\ParentItem::\\$custom_column.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Access to an undefined property Exceedone\\\\Exment\\\\ColumnItems\\\\FormOtherItem::\\$custom_column.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Method Exceedone\\\\Exment\\\\Controllers\\\\CustomNotifyController::form\\(\\) invoked with 2 parameters, 0-1 required.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Method Exceedone\\\\Exment\\\\Controllers\\\\CustomViewController::form\\(\\) invoked with 2 parameters, 0-1 required.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static access to instance property Exceedone\\\\Exment\\\\Enums\\\\FormColumnType::\\$options.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static access to instance property Exceedone\\\\Exment\\\\Enums\\\\GroupCondition::\\$options.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static access to instance property Exceedone\\\\Exment\\\\Enums\\\\SummaryCondition::\\$options.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Static access to instance property Exceedone\\\\Exment\\\\Enums\\\\SystemColumn::\\$options.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Argument of an invalid type Exceedone\\\\Exment\\\\Enums\\\\FormColumnType supplied for foreach, only iterables are supported.#"
path: vendor/exceedone/exment/src/*
-
message: "#^Argument of an invalid type Exceedone\\\\Exment\\\\Enums\\\\SystemColumn supplied for foreach, only iterables are supported.#"
path: vendor/exceedone/exment/src/*