]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/console/class_ConsoleOutput.php
Rewrites:
[core.git] / framework / main / classes / output / console / class_ConsoleOutput.php
index 3ffff09fcfb9adfcfee9035b8a38af11e25494bb..1b11c51adf1481352900ea1031cace08601c5bbf 100644 (file)
@@ -95,7 +95,7 @@ class ConsoleOutput extends BaseOutput implements OutputStreamer {
         * @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 trim($outStream) . PHP_EOL;
        }