mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 05:44:39 -04:00
Pass PHPStan checkBenevolentUnionTypes (#7270)
This commit is contained in:
committed by
GitHub
parent
f72f5e9523
commit
e749490693
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user