aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2026-02-01 19:21:00 +0100
committerGravatar GitHub <noreply@github.com> 2026-02-01 19:21:00 +0100
commite447d82b272167d69d3504ceb208fcb96ab669ab (patch)
tree64c4f4ea17c42450a8c2d06df6f46b75037f47f4 /cli
parentee7eb67f3c2e7795c51da95e770eb2d34e93a546 (diff)
Bump PHPStan, other dev dependencies (#8480)
Diffstat (limited to 'cli')
-rwxr-xr-xcli/reconfigure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/reconfigure.php b/cli/reconfigure.php
index 7450b564c..32d39c6c8 100755
--- a/cli/reconfigure.php
+++ b/cli/reconfigure.php
@@ -108,7 +108,7 @@ foreach ($values as $name => $value) {
}
break;
}
- // @phpstan-ignore assign.propertyType, property.dynamicName
+ // @phpstan-ignore assign.propertyType
$systemConf->$name = $value;
}
}