We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3d2d3 commit 202cef4Copy full SHA for 202cef4
src/Component/Formatter/Title.php
@@ -43,7 +43,7 @@ public static function show(string $title, array $opts = []): void
43
// list($sW, $sH) = Helper::getScreenSize();
44
$width = (int)$opts['width'];
45
$char = trim($opts['char']);
46
- $indent = (int)$opts['indent'] >= 0 ? $opts['indent'] : 0;
+ $indent = (int)$opts['indent'] >= 0 ? (int)$opts['indent'] : 0;
47
48
$indentStr = '';
49
if ($indent > 0) {
0 commit comments