From dfadcce4b21a9014a135fafaba67993ab9b64780 Mon Sep 17 00:00:00 2001 From: Alexander Over Date: Thu, 6 Feb 2025 10:46:55 +0100 Subject: [PATCH] missing translation --- src/SPC/command/DumpExtensionsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/command/DumpExtensionsCommand.php b/src/SPC/command/DumpExtensionsCommand.php index 215317dc..027716b9 100644 --- a/src/SPC/command/DumpExtensionsCommand.php +++ b/src/SPC/command/DumpExtensionsCommand.php @@ -7,7 +7,7 @@ namespace SPC\command; use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Filesystem\Filesystem; -#[AsCommand(name: 'dump-extensions', description: 'Überprüft die benötigten PHP-Extensions')] +#[AsCommand(name: 'dump-extensions', description: 'Determines the required php extensions')] class DumpExtensionsCommand extends BaseCommand { private array $files = [