diff --git a/src/Command/AheadOfTimeFactoryCreatorCommand.php b/src/Command/AheadOfTimeFactoryCreatorCommand.php index 9a7b4b80..ca4475ff 100644 --- a/src/Command/AheadOfTimeFactoryCreatorCommand.php +++ b/src/Command/AheadOfTimeFactoryCreatorCommand.php @@ -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