Made lower to upper case:
[core.git] / inc / classes / main / output / class_ConsoleOutput.php
index 61b6f8ab42c382a369d683f6222da3a2beb0431b..aa4f99c6d66076c3a360c064efee8fd47ed7a0af 100644 (file)
@@ -87,7 +87,7 @@ class ConsoleOutput extends BaseFrameworkSystem 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;
        }
 }