Skip to content

Commit

Permalink
fix annotation command
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo committed Dec 9, 2024
1 parent 794c13d commit 93c23e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/EnumAnnotateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected function updateClassDocblock(ReflectionEnum $reflectionEnum, DocBlockG
}

$this->filesystem->put($fileName, $contents);
$this->info("Wrote new phpDocBlock to {$fileName}.");
$this->info("Written new phpDocBlock to {$fileName}.");
}
}

Expand Down

0 comments on commit 93c23e8

Please sign in to comment.