diff options
| author | 2025-01-31 13:59:51 +0100 | |
|---|---|---|
| committer | 2025-01-31 13:59:51 +0100 | |
| commit | e749490693eccd61e9ea9152fada33470e5492f7 (patch) | |
| tree | 405c8c03a676f74399f21830e5e0244dac5eb8bd /cli | |
| parent | f72f5e95238a866c39535932c803720d7644a276 (diff) | |
Pass PHPStan checkBenevolentUnionTypes (#7270)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/CliOptionsParser.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CliOptionsParser.php b/cli/CliOptionsParser.php index 933575393..03fb68deb 100644 --- a/cli/CliOptionsParser.php +++ b/cli/CliOptionsParser.php @@ -24,6 +24,7 @@ abstract class CliOptionsParser { private function parseInput(): void { $getoptInputs = $this->getGetoptInputs(); + // @phpstan-ignore argument.type $this->getoptOutputTransformer(getopt($getoptInputs['short'], $getoptInputs['long'])); $this->checkForDeprecatedAliasUse(); } |
