Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 46a4690

Browse files
committed
linting gods
1 parent 299fc03 commit 46a4690

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Console/Commands/EjectBlocksCommand.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,16 +401,15 @@ public function summary()
401401

402402
$this->title('Your blocks have been ejected.');
403403
$this->line("✨ The following files have been created in <info>{$this->path}</info>:");
404+
404405
$this->line('');
405406
$this->table(
406407
['File', 'Size', 'Type'],
407408
$files
408409
);
409410
$this->line('');
410-
$this->line('' .
411-
'⚠️ <options=bold>Please Note:</> ' .
412-
'<info>' . $this->label . '</info> will not enqueue assets if it detects the same assets ' .
413-
'are being ran by <info>' . wp_get_theme()->get('Name') . '</info>.'
414-
);
411+
412+
// phpcs:ignore
413+
$this->line('⚠️ <options=bold>Please Note:</> <info>' . $this->label . '</info> will not enqueue assets if it detects the same assets are being ran by <info>' . wp_get_theme()->get('Name') . '</info>.');
415414
}
416415
}

0 commit comments

Comments
 (0)