]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/io/output/class_OutputStreamer.php
Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / interfaces / io / output / class_OutputStreamer.php
index 9c00477156387520729ce8250d1ff90fa3a8828f..767812174687c1f09e2b217b90f1bdffb0c8b724 100644 (file)
@@ -25,8 +25,8 @@ interface OutputStreamer extends Streamable {
        /**
         * Assigns a variable for output
         *
-        * @param               $var            The variable we shall assign
-        * @param               $value  The value to store in the variable
+        * @param       $var    The variable we shall assign
+        * @param       $value  The value to store in the variable
         * @return      void
         */
        function assignVariable ($var, $value);
@@ -36,7 +36,7 @@ interface OutputStreamer extends Streamable {
         *
         * @return      void
         */
-       function output ($outStream=false);
+       function output ($outStream = false);
 }
 
 //