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

9 lines
148 B
PHP

<?php
declare(strict_types=1);
namespace Symfony\Component\Console\Input;
interface InputInterface {
public function getOption(string $name);
}