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
@@ -3711,16 +3711,6 @@
3711
3711
'count' => 1,
3712
3712
'path' => __DIR__ . '/system/View/Cell.php',
3713
3713
];
3714
-
$ignoreErrors[] = [
3715
-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3716
-
'count' => 8,
3717
-
'path' => __DIR__ . '/system/View/Cell.php',
3718
-
];
3719
-
$ignoreErrors[] = [
3720
-
'message' => '#^Property CodeIgniter\\\\View\\\\Cell\\:\\:\\$cache \\(CodeIgniter\\\\Cache\\\\CacheInterface\\) in empty\\(\\) is not falsy\\.$#',
3721
-
'count' => 2,
3722
-
'path' => __DIR__ . '/system/View/Cell.php',
3723
-
];
3724
3714
$ignoreErrors[] = [
3725
3715
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3726
3716
'count' => 1,
@@ -3766,16 +3756,6 @@
3766
3756
'count' => 3,
3767
3757
'path' => __DIR__ . '/system/View/View.php',
3768
3758
];
3769
-
$ignoreErrors[] = [
3770
-
'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\\(\\)$#',
3771
-
'count' => 1,
3772
-
'path' => __DIR__ . '/system/View/View.php',
3773
-
];
3774
-
$ignoreErrors[] = [
3775
-
'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\\(\\)$#',
3776
-
'count' => 1,
3777
-
'path' => __DIR__ . '/system/View/View.php',
3778
-
];
3779
3759
$ignoreErrors[] = [
3780
3760
'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
0 commit comments