Rewrite continued:
[core.git] / framework / main / interfaces / io / output / class_OutputStreamer.php
index 0ef649d9066be852a2340dd5fa4a164d5a131d26..c534338df663d52c97ad94a4e57a949eee7b9090 100644 (file)
@@ -35,6 +35,6 @@ interface OutputStreamer extends StreamableOutput {
         * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       function output ($outStream = FALSE, $stripTags = FALSE);
+       function output ($outStream = false, $stripTags = false);
 
 }