]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/debug/class_Debugger.php
Rewrite continued:
[core.git] / framework / main / interfaces / debug / class_Debugger.php
index 7ee86072ac59ad00edea7046f047525f0c37d31a..d1fbc901b5787639dd33d992340b036a7c0f5339 100644 (file)
@@ -35,6 +35,6 @@ 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);
 
 }