diff options
Diffstat (limited to 'lib/Minz/View.php')
| -rw-r--r-- | lib/Minz/View.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Minz/View.php b/lib/Minz/View.php index 5b1518a84..717e47b15 100644 --- a/lib/Minz/View.php +++ b/lib/Minz/View.php @@ -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; } } |
