diff options
| author | 2026-02-01 19:21:00 +0100 | |
|---|---|---|
| committer | 2026-02-01 19:21:00 +0100 | |
| commit | e447d82b272167d69d3504ceb208fcb96ab669ab (patch) | |
| tree | 64c4f4ea17c42450a8c2d06df6f46b75037f47f4 /cli | |
| parent | ee7eb67f3c2e7795c51da95e770eb2d34e93a546 (diff) | |
Bump PHPStan, other dev dependencies (#8480)
Diffstat (limited to 'cli')
| -rwxr-xr-x | cli/reconfigure.php | 2 |
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; } } |
