Pass PHPStan checkBenevolentUnionTypes (#7270)

This commit is contained in:
Alexandre Alapetite
2025-01-31 13:59:51 +01:00
committed by GitHub
parent f72f5e9523
commit e749490693
4 changed files with 11 additions and 5 deletions

View File

@@ -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();
}