From fedff27fa8b2f164d11e5fa218118f6bc10a57e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 8 Mar 2024 18:32:01 +0100 Subject: [PATCH] Cleanup --- Command/RangeCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Command/RangeCommand.php b/Command/RangeCommand.php index 65b4fe4..b5586de 100644 --- a/Command/RangeCommand.php +++ b/Command/RangeCommand.php @@ -26,14 +26,14 @@ class RangeCommand extends Command { /** * Set description * - * @description Shown with bin/console list + * Shown with bin/console list */ protected string $description = 'Outputs a shuffled printable characters range'; /** * Set help * - * @description Shown with bin/console --help packbundle:range + * Shown with bin/console --help rapsyspack:range */ protected string $help = 'This command outputs a shuffled printable characters range'; -- 2.41.0