Skip to content

Commit 8e6e09e

Browse files
committed
fix: remove unnecessary string concatenation in warning
1 parent 50af4f9 commit 8e6e09e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/ThemeBuilder/HyvaThemes/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function watch(
270270
$process->setTty(true);
271271
} catch (\RuntimeException $exception) {
272272
if ($isVerbose) {
273-
$io->warning('TTY is not supported in this environment; ' . 'continuing without TTY.');
273+
$io->warning('TTY is not supported in this environment; continuing without TTY.');
274274
}
275275
}
276276
}

0 commit comments

Comments
 (0)