Skip to content

Commit 4413dc7

Browse files
CyberSecDefclaude
andcommitted
Regenerate Symfony config reference (Psalm/IDE type-shapes)
Auto-generated config/reference.php refreshed by the framework: the only change is a docblock default (rate_limiter.enabled false -> true) reflecting a Symfony version bump. This file is consumed by Psalm static analysis and IDE autocompletion; it contains no executable logic. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9b679b7 commit 4413dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cyber.trackr.live/config/reference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
* }>,
630630
* },
631631
* rate_limiter?: bool|array{ // Rate limiter configuration
632-
* enabled?: bool|Param, // Default: false
632+
* enabled?: bool|Param, // Default: true
633633
* limiters?: array<string, array{ // Default: []
634634
* lock_factory?: scalar|Param|null, // The service ID of the lock factory used by this limiter (or null to disable locking). // Default: "auto"
635635
* cache_pool?: scalar|Param|null, // The cache pool to use for storing the current limiter state. // Default: "cache.rate_limiter"

0 commit comments

Comments
 (0)