Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu authored and StyleCIBot committed Nov 15, 2024
1 parent 61afd11 commit 61f7b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/BassetCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ public function handle(): void
try {
if (in_array($type, ['basset', 'bassetArchive', 'bassetDirectory', 'bassetBlock'])) {
$result = Basset::{$type}(...$args)->value;
if($result !== StatusEnum::INVALID->value) {
if ($result !== StatusEnum::INVALID->value) {
$internalized[] = $args[0];
}else{
} else {
$failedToInternalize[] = $args[0];
}
}
Expand Down

0 comments on commit 61f7b75

Please sign in to comment.