From 91a7a82484c6336283afff22976e9798ba115a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:47:50 +0200 Subject: [PATCH] qa: mark CLI command as internal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- src/Command/AheadOfTimeFactoryCreatorCommand.php | 2 ++ 1 file changed, 2 insertions(+) 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