Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 30, 2024
1 parent 1abdcd7 commit af9a0bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/Bakery/AssetsInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function configure(): void
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->io->title('Installing npm Dependencies');

// Validate dependencies
try {
$this->nodeVersionValidator->validate();
Expand Down
2 changes: 1 addition & 1 deletion app/src/Bakery/AssetsUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function configure(): void
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->io->title('Updating npm Dependencies');

// Validate dependencies
try {
$this->nodeVersionValidator->validate();
Expand Down
2 changes: 1 addition & 1 deletion app/src/Bakery/AssetsWebpackCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected function configure(): void
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->io->title('Running Webpack Encore');

// Get options
$production = (bool) $input->getOption('production');
$watch = (bool) $input->getOption('watch');
Expand Down

0 comments on commit af9a0bf

Please sign in to comment.