Skip to content

Commit 6ddc920

Browse files
committed
chore: phpstan-baseline.php
1 parent 8fbeb93 commit 6ddc920

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3951,16 +3951,6 @@
39513951
'count' => 1,
39523952
'path' => __DIR__ . '/system/View/Cell.php',
39533953
];
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-
];
39643954
$ignoreErrors[] = [
39653955
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
39663956
'count' => 1,
@@ -4006,16 +3996,6 @@
40063996
'count' => 3,
40073997
'path' => __DIR__ . '/system/View/View.php',
40083998
];
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-
];
40193999
$ignoreErrors[] = [
40204000
'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
40214001
'count' => 2,

0 commit comments

Comments
 (0)