File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 186
186
'count ' => 6 ,
187
187
'path ' => __DIR__ . '/system/CodeIgniter.php ' ,
188
188
];
189
- $ ignoreErrors [] = [
190
- 'message ' => '#^Property CodeIgniter \\\\CodeIgniter \\: \\: \\$controller type has no signature specified for Closure \\.$# ' ,
191
- 'count ' => 1 ,
192
- 'path ' => __DIR__ . '/system/CodeIgniter.php ' ,
193
- ];
194
189
$ ignoreErrors [] = [
195
190
'message ' => '#^Construct empty \\( \\) is not allowed \\. Use more strict comparison \\.$# ' ,
196
191
'count ' => 1 ,
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class CodeIgniter
108
108
/**
109
109
* Controller to use.
110
110
*
111
- * @var Closure|string
111
+ * @var ( Closure(mixed...): ResponseInterface|string) |string
112
112
*/
113
113
protected $ controller ;
114
114
You can’t perform that action at this time.
0 commit comments