Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored and StyleCIBot committed Oct 18, 2023
1 parent ea2cd6e commit 93b4dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ private function getStack(): JetstreamInstallStack|BreezeInstallStack|null
return $stack;
}

/** @var JetstreamInstallStack|BreezeInstallStack|null $stack */
/** @var JetstreamInstallStack|BreezeInstallStack|null $stack */
$stack = (JetstreamInstallStack::tryFrom($stack) ?? BreezeInstallStack::tryFrom($stack));

if (! $stack) {
Expand Down

0 comments on commit 93b4dda

Please sign in to comment.