]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/io/output/class_OutputStreamer.php
Rewrites:
[core.git] / framework / main / interfaces / io / output / class_OutputStreamer.php
index b7b7ae72f078284f97580ff015671de97e95aae6..1448c698b0ea48e03ea27e8da163b29ab9ddcc4b 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 (string $outStream = '', bool $stripTags = false);
 
 }