diff --git a/app/Console/Commands/RefreshApplicationForDeployment.php b/app/Console/Commands/RefreshApplicationForDeployment.php index 6a84d4c1..618e32bf 100644 --- a/app/Console/Commands/RefreshApplicationForDeployment.php +++ b/app/Console/Commands/RefreshApplicationForDeployment.php @@ -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 $parameters The parameters for the Artisan command */ private function runArtisanCommand(string $description, string $command, array $parameters = []): void {