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 6698784 commit 50af4f9Copy full SHA for 50af4f9
1 file changed
src/Service/ThemeBuilder/HyvaThemes/Builder.php
@@ -264,7 +264,7 @@ public function watch(
264
265
// phpcs:disable Magento2.Functions.DiscouragedFunction.Discouraged
266
$isTty = defined('STDIN') && function_exists('stream_isatty') && stream_isatty(STDIN);
267
- // phpcs: enable Magento2.Functions.DiscouragedFunction.Discouraged
+ // phpcs:enable Magento2.Functions.DiscouragedFunction.Discouraged
268
if ($isTty && Process::isTtySupported()) {
269
try {
270
$process->setTty(true);
0 commit comments