Skip to content

Commit 06a1ce9

Browse files
committed
@codeCoverageIgnore beside define
1 parent 378340a commit 06a1ce9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

system/CLI/CLI.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ public static function init()
165165
// If the command is being called from a controller
166166
// we need to define STDOUT ourselves
167167
// For "! defined('STDOUT')" see: https://github.com/codeigniter4/CodeIgniter4/issues/7047
168-
// @codeCoverageIgnoreStart
169-
define('STDOUT', 'php://output');
170-
// @codeCoverageIgnoreEnd
168+
define('STDOUT', 'php://output'); // @codeCoverageIgnore
171169
}
172170
}
173171

0 commit comments

Comments
 (0)