File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 701
701
'count ' => 1 ,
702
702
'path ' => __DIR__ . '/system/Commands/Server/Serve.php ' ,
703
703
];
704
- $ ignoreErrors [] = [
705
- 'message ' => '#^Accessing offset \'DOCUMENT_ROOT \' directly on \\$_SERVER is discouraged \\.$# ' ,
706
- 'count ' => 2 ,
707
- 'path ' => __DIR__ . '/system/Commands/Server/rewrite.php ' ,
708
- ];
709
- $ ignoreErrors [] = [
710
- 'message ' => '#^Accessing offset \'REQUEST_URI \' directly on \\$_SERVER is discouraged \\.$# ' ,
711
- 'count ' => 1 ,
712
- 'path ' => __DIR__ . '/system/Commands/Server/rewrite.php ' ,
713
- ];
714
- $ ignoreErrors [] = [
715
- 'message ' => '#^Assigning \'/index \\.php \' directly on offset \'SCRIPT_NAME \' of \\$_SERVER is discouraged \\.$# ' ,
716
- 'count ' => 1 ,
717
- 'path ' => __DIR__ . '/system/Commands/Server/rewrite.php ' ,
718
- ];
719
704
$ ignoreErrors [] = [
720
705
'message ' => '#^Accessing offset \'CI_ENVIRONMENT \' directly on \\$_SERVER is discouraged \\.$# ' ,
721
706
'count ' => 3 ,
3916
3901
'count ' => 1 ,
3917
3902
'path ' => __DIR__ . '/system/Test/TestResponse.php ' ,
3918
3903
];
3919
- $ ignoreErrors [] = [
3920
- 'message ' => '#^Accessing offset \'app \\.baseURL \' directly on \\$_SERVER is discouraged \\.$# ' ,
3921
- 'count ' => 1 ,
3922
- 'path ' => __DIR__ . '/system/Test/bootstrap.php ' ,
3923
- ];
3924
- $ ignoreErrors [] = [
3925
- 'message ' => '#^Assigning \'http \\://example \\.com/ \' directly on offset \'app \\.baseURL \' of \\$_SERVER is discouraged \\.$# ' ,
3926
- 'count ' => 1 ,
3927
- 'path ' => __DIR__ . '/system/Test/bootstrap.php ' ,
3928
- ];
3929
- $ ignoreErrors [] = [
3930
- 'message ' => '#^Assigning \'testing \' directly on offset \'CI_ENVIRONMENT \' of \\$_SERVER is discouraged \\.$# ' ,
3931
- 'count ' => 1 ,
3932
- 'path ' => __DIR__ . '/system/Test/bootstrap.php ' ,
3933
- ];
3934
3904
$ ignoreErrors [] = [
3935
3905
'message ' => '#^Property CodeIgniter \\\\Throttle \\\\Throttler \\: \\: \\$testTime \\(int \\) on left side of \\? \\? is not nullable \\.$# ' ,
3936
3906
'count ' => 1 ,
You can’t perform that action at this time.
0 commit comments