You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.php
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -3951,16 +3951,6 @@
3951
3951
'count' => 1,
3952
3952
'path' => __DIR__ . '/system/View/Cell.php',
3953
3953
];
3954
-
$ignoreErrors[] = [
3955
-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3956
-
'count' => 8,
3957
-
'path' => __DIR__ . '/system/View/Cell.php',
3958
-
];
3959
-
$ignoreErrors[] = [
3960
-
'message' => '#^Property CodeIgniter\\\\View\\\\Cell\\:\\:\\$cache \\(CodeIgniter\\\\Cache\\\\CacheInterface\\) in empty\\(\\) is not falsy\\.$#',
3961
-
'count' => 2,
3962
-
'path' => __DIR__ . '/system/View/Cell.php',
3963
-
];
3964
3954
$ignoreErrors[] = [
3965
3955
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3966
3956
'count' => 1,
@@ -4006,16 +3996,6 @@
4006
3996
'count' => 3,
4007
3997
'path' => __DIR__ . '/system/View/View.php',
4008
3998
];
4009
-
$ignoreErrors[] = [
4010
-
'message' => '#^Parameter \\#2 \\$context \\(\'attr\'\\|\'css\'\\|\'html\'\\|\'js\'\\|\'raw\'\\|\'url\'\\|null\\) of method CodeIgniter\\\\View\\\\View\\:\\:setData\\(\\) should be contravariant with parameter \\$context \\(string\\|null\\) of method CodeIgniter\\\\View\\\\RendererInterface\\:\\:setData\\(\\)$#',
4011
-
'count' => 1,
4012
-
'path' => __DIR__ . '/system/View/View.php',
4013
-
];
4014
-
$ignoreErrors[] = [
4015
-
'message' => '#^Parameter \\#3 \\$context \\(\'attr\'\\|\'css\'\\|\'html\'\\|\'js\'\\|\'raw\'\\|\'url\'\\|null\\) of method CodeIgniter\\\\View\\\\View\\:\\:setVar\\(\\) should be contravariant with parameter \\$context \\(string\\|null\\) of method CodeIgniter\\\\View\\\\RendererInterface\\:\\:setVar\\(\\)$#',
4016
-
'count' => 1,
4017
-
'path' => __DIR__ . '/system/View/View.php',
4018
-
];
4019
3999
$ignoreErrors[] = [
4020
4000
'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
0 commit comments