We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378340a commit 06a1ce9Copy full SHA for 06a1ce9
1 file changed
system/CLI/CLI.php
@@ -165,9 +165,7 @@ public static function init()
165
// If the command is being called from a controller
166
// we need to define STDOUT ourselves
167
// For "! defined('STDOUT')" see: https://github.com/codeigniter4/CodeIgniter4/issues/7047
168
- // @codeCoverageIgnoreStart
169
- define('STDOUT', 'php://output');
170
- // @codeCoverageIgnoreEnd
+ define('STDOUT', 'php://output'); // @codeCoverageIgnore
171
}
172
173
0 commit comments