]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/output/class_ConsoleOutput.php
Made lower to upper case:
[core.git] / inc / classes / main / output / class_ConsoleOutput.php
index 5df93cba746504da9f99c018c21fe567a89bd319..aa4f99c6d66076c3a360c064efee8fd47ed7a0af 100644 (file)
@@ -87,8 +87,8 @@ 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) {
-               print trim($outStream) . chr(10);
+       public final function output ($outStream = FALSE, $stripTags = FALSE) {
+               print trim($outStream) . PHP_EOL;
        }
 }