From e749490693eccd61e9ea9152fada33470e5492f7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 31 Jan 2025 13:59:51 +0100 Subject: Pass PHPStan checkBenevolentUnionTypes (#7270) --- cli/CliOptionsParser.php | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') 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(); } -- cgit v1.2.3