Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Repeat a string
<?php str_repeat(string $string, int $times): string
<?php         }



        $messageWidth  = ($reportWidth - 15); // 15 is length of " # | WARNING | ".

        $delimiterLine = \str_repeat('-', ($messageWidth));

        $disableNotice = 'To disable this notice, add --exclude=%1$s to your command or add <exclude name="%1$s.%2$s"/> to your custom ruleset.';



        $message  = ' ' . $delimiterLine;