We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61e112a + b421974 commit 244dad6Copy full SHA for 244dad6
phpstan-baseline.php
@@ -186,11 +186,6 @@
186
'count' => 6,
187
'path' => __DIR__ . '/system/CodeIgniter.php',
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
$ignoreErrors[] = [
195
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
196
'count' => 1,
system/CodeIgniter.php
@@ -108,7 +108,7 @@ class CodeIgniter
108
/**
109
* Controller to use.
110
*
111
- * @var Closure|string
+ * @var (Closure(mixed...): ResponseInterface|string)|string
112
*/
113
protected $controller;
114
0 commit comments