]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/debug/class_Debugger.php
Rewrites:
[core.git] / framework / main / interfaces / debug / class_Debugger.php
index 437a462c412da0baad52ddf301e62a4e1d189903..7f2ac43f12b39a83ef493167be65b2a323a479d3 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 (string $output, bool $stripTags = false);
 
 }