Skip to content

Commit

Permalink
fix: Static analysis error
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Jul 30, 2024
1 parent 173c314 commit 52442b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Console/Commands/RefreshApplicationForDeployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ private function optimizeApplication(): void

/**
* Run an Artisan command and handle its output.
*
* @param string $description The description of the task
* @param string $command The Artisan command to run
* @param array<string, mixed> $parameters The parameters for the Artisan command
*/
private function runArtisanCommand(string $description, string $command, array $parameters = []): void
{
Expand Down

0 comments on commit 52442b5

Please sign in to comment.