mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 05:44:39 -04: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
@@ -346,8 +346,7 @@ class Minz_View {
|
||||
|
||||
public function attributeParams(): void {
|
||||
foreach (Minz_View::$params as $key => $value) {
|
||||
// TODO: Do not use variable variable (noVariableVariables)
|
||||
/** @phpstan-ignore-next-line */
|
||||
// @phpstan-ignore property.dynamicName
|
||||
$this->$key = $value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user