mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-25 19:16:38 -05:00
PHPStan 1.11 + minor update dev dependencies (#6459)
* PHPStan 1.11 + minor update dev dependencies https://github.com/phpstan/phpstan/releases/tag/1.11.0 * Comment style
This commit is contained in:
committed by
GitHub
parent
f958eaef2f
commit
2d17c020b6
@@ -101,7 +101,7 @@ abstract class CliOptionsParser {
|
||||
}
|
||||
|
||||
if (!empty($typedValues)) {
|
||||
// @phpstan-ignore-next-line (change to `@phpstan-ignore property.dynamicName` when upgrading to PHPStan 1.11+)
|
||||
// @phpstan-ignore property.dynamicName
|
||||
$this->$name = $types['isArray'] ? $typedValues : array_pop($typedValues);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user