]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/console/class_ConsoleOutput.php
Rewrite continued:
[core.git] / framework / main / classes / output / console / class_ConsoleOutput.php
index d08c13242ebdf6df5590d51100cd044d88779bf2..86d3898c9771e478c4e88f24ba72efb00d73b31b 100644 (file)
@@ -95,7 +95,7 @@ class ConsoleOutput extends BaseOutput implements OutputStreamer {
         * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       public final function output ($outStream = FALSE, $stripTags = FALSE) {
+       public final function output ($outStream = false, $stripTags = false) {
                print trim($outStream) . PHP_EOL;
        }