]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/io/output/class_OutputStreamer.php
Made lower to upper case:
[core.git] / inc / classes / interfaces / io / output / class_OutputStreamer.php
index b34165737bcab729ef479a8c1a751bfbc8e6750c..8bdbd214338ccca55139793a6126b29eed818b8f 100644 (file)
@@ -29,7 +29,7 @@ interface OutputStreamer extends Streamable {
         * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       function output ($outStream = false, $stripTags = false);
+       function output ($outStream = FALSE, $stripTags = FALSE);
 }
 
 // [EOF]