Skip to content

Commit

Permalink
qa: mark CLI command as internal
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Apr 5, 2023
1 parent 04b41a7 commit 91a7a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/AheadOfTimeFactoryCreatorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
use function str_replace;

/**
* @internal CLI commands are not meant to be used in any upstream projects other than via `laminas-cli`.
*
* @psalm-import-type ServiceManagerConfigurationType from ConfigInterface
*/
final class AheadOfTimeFactoryCreatorCommand extends Command
Expand Down

0 comments on commit 91a7a82

Please sign in to comment.