]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugConsoleOutput.php
Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index 2d76aa159a6c97506edb28b770fd7cac42f5add0..94edad9b95be682bf4dcf02f21a3af4d311767a7 100644 (file)
@@ -72,7 +72,7 @@ class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, Output
         *
         * @return      void
         */
         *
         * @return      void
         */
-       public final function output ($outStream=false) {
+       public final function output ($outStream = false) {
                // Empty output will be silently ignored
                if ($outStream !== false) {
                        $this->outputStream($outStream);
                // Empty output will be silently ignored
                if ($outStream !== false) {
                        $this->outputStream($outStream);