]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/web/class_WebOutput.php
Rewrites:
[core.git] / framework / main / classes / output / web / class_WebOutput.php
index 44e24e01e69364cefa13eaa24489ff8d9ea78391..6abfc10fc1068765637473678c300da81ae5eb5f 100644 (file)
@@ -82,7 +82,7 @@ class WebOutput extends BaseOutput implements OutputStreamer, Registerable {
         * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       public final function output ($outStream = false, $stripTags = false) {
+       public final function output (string $outStream = '', bool $stripTags = false) {
                print(stripslashes($outStream));
        }