From 2d17c020b6695d47debda065804db4e2d2f92e55 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 15 May 2024 08:57:58 +0200 Subject: 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 --- lib/Minz/View.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Minz/View.php') 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; } } -- cgit v1.2.3