Made lower to upper case:
[core.git] / inc / classes / interfaces / debug / class_Debugger.php
index 5fd54f370f846a9bf1da7a9d60861e6096641c34..097e057922658e4c166efc56a91510ba7f18d2ff 100644 (file)
@@ -29,7 +29,7 @@ interface Debugger extends FrameworkInterface {
         * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       function outputStream ($output, $stripTags = false);
+       function outputStream ($output, $stripTags = FALSE);
 }
 
 // [EOF]