Skip to content

Commit 67e5dcf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/ThemeBuilder/TailwindCSS/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public function watch(
238238
$process->setTty(true);
239239
} catch (\RuntimeException $exception) {
240240
if ($isVerbose) {
241-
$io->warning('TTY mode is not supported in this environment; ' . 'running watch without TTY.');
241+
$io->warning('TTY mode is not supported in this environment; running watch without TTY.');
242242
}
243243
}
244244
}

0 commit comments

Comments
 (0)