Skip to content

Commit

Permalink
Update DevelopCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored May 6, 2024
1 parent 340e503 commit 4e55999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/DevelopCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public function handle(): void
if (! $this->option('no-dependencies')) {
$this->installNPMDependencies(
force: ! $this->option('no-dependencies'),

Check failure on line 26 in src/Commands/DevelopCommand.php

View workflow job for this annotation

GitHub Actions / phpstan

Negated boolean expression is always true.
installer: $this->option('installer'
)
installer: $this->option('installer')
);
}

Expand Down

0 comments on commit 4e55999

Please sign in to comment.