Skip to content

Commit 50af4f9

Browse files
committed
fix: correct phpcs enable comment syntax
1 parent 6698784 commit 50af4f9

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
@@ -264,7 +264,7 @@ public function watch(
264264

265265
// phpcs:disable Magento2.Functions.DiscouragedFunction.Discouraged
266266
$isTty = defined('STDIN') && function_exists('stream_isatty') && stream_isatty(STDIN);
267-
// phpcs: enable Magento2.Functions.DiscouragedFunction.Discouraged
267+
// phpcs:enable Magento2.Functions.DiscouragedFunction.Discouraged
268268
if ($isTty && Process::isTtySupported()) {
269269
try {
270270
$process->setTty(true);

0 commit comments

Comments
 (0)