opsdash-app/opsdash/tests/php/stubs/Symfony/Component/Console/Input/InputOption.php
2026-05-14 13:48:45 +07:00

9 lines
139 B
PHP

<?php
declare(strict_types=1);
namespace Symfony\Component\Console\Input;
final class InputOption {
public const VALUE_REQUIRED = 2;
}