mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-24 17:35:34 +08:00
missing translation
This commit is contained in:
@@ -7,7 +7,7 @@ namespace SPC\command;
|
|||||||
use Symfony\Component\Console\Attribute\AsCommand;
|
use Symfony\Component\Console\Attribute\AsCommand;
|
||||||
use Symfony\Component\Filesystem\Filesystem;
|
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
|
class DumpExtensionsCommand extends BaseCommand
|
||||||
{
|
{
|
||||||
private array $files = [
|
private array $files = [
|
||||||
|
|||||||
Reference in New Issue
Block a user