chore : update auto-generated reference config (Symfony rebuild)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -624,7 +624,7 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* }>,
|
* }>,
|
||||||
* },
|
* },
|
||||||
* rate_limiter?: bool|array{ // Rate limiter configuration
|
* rate_limiter?: bool|array{ // Rate limiter configuration
|
||||||
* enabled?: bool|Param, // Default: false
|
* enabled?: bool|Param, // Default: true
|
||||||
* limiters?: array<string, array{ // Default: []
|
* limiters?: array<string, array{ // Default: []
|
||||||
* lock_factory?: scalar|Param|null, // The service ID of the lock factory used by this limiter (or null to disable locking). // Default: "auto"
|
* lock_factory?: scalar|Param|null, // The service ID of the lock factory used by this limiter (or null to disable locking). // Default: "auto"
|
||||||
* cache_pool?: scalar|Param|null, // The cache pool to use for storing the current limiter state. // Default: "cache.rate_limiter"
|
* cache_pool?: scalar|Param|null, // The cache pool to use for storing the current limiter state. // Default: "cache.rate_limiter"
|
||||||
@@ -685,38 +685,6 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* enabled?: bool|Param, // Default: false
|
* enabled?: bool|Param, // Default: false
|
||||||
* },
|
* },
|
||||||
* }
|
* }
|
||||||
* @psalm-type TwigConfig = array{
|
|
||||||
* form_themes?: list<scalar|Param|null>,
|
|
||||||
* globals?: array<string, array{ // Default: []
|
|
||||||
* id?: scalar|Param|null,
|
|
||||||
* type?: scalar|Param|null,
|
|
||||||
* value?: mixed,
|
|
||||||
* }>,
|
|
||||||
* autoescape_service?: scalar|Param|null, // Default: null
|
|
||||||
* autoescape_service_method?: scalar|Param|null, // Default: null
|
|
||||||
* cache?: scalar|Param|null, // Default: true
|
|
||||||
* charset?: scalar|Param|null, // Default: "%kernel.charset%"
|
|
||||||
* debug?: bool|Param, // Default: "%kernel.debug%"
|
|
||||||
* strict_variables?: bool|Param, // Default: "%kernel.debug%"
|
|
||||||
* auto_reload?: scalar|Param|null,
|
|
||||||
* optimizations?: int|Param,
|
|
||||||
* default_path?: scalar|Param|null, // The default path used to load templates. // Default: "%kernel.project_dir%/templates"
|
|
||||||
* file_name_pattern?: list<scalar|Param|null>,
|
|
||||||
* paths?: array<string, mixed>,
|
|
||||||
* date?: array{ // The default format options used by the date filter.
|
|
||||||
* format?: scalar|Param|null, // Default: "F j, Y H:i"
|
|
||||||
* interval_format?: scalar|Param|null, // Default: "%d days"
|
|
||||||
* timezone?: scalar|Param|null, // The timezone used when formatting dates, when set to null, the timezone returned by date_default_timezone_get() is used. // Default: null
|
|
||||||
* },
|
|
||||||
* number_format?: array{ // The default format options for the number_format filter.
|
|
||||||
* decimals?: int|Param, // Default: 0
|
|
||||||
* decimal_point?: scalar|Param|null, // Default: "."
|
|
||||||
* thousands_separator?: scalar|Param|null, // Default: ","
|
|
||||||
* },
|
|
||||||
* mailer?: array{
|
|
||||||
* html_to_text_converter?: scalar|Param|null, // A service implementing the "Symfony\Component\Mime\HtmlToTextConverter\HtmlToTextConverterInterface". // Default: null
|
|
||||||
* },
|
|
||||||
* }
|
|
||||||
* @psalm-type SecurityConfig = array{
|
* @psalm-type SecurityConfig = array{
|
||||||
* access_denied_url?: scalar|Param|null, // Default: null
|
* access_denied_url?: scalar|Param|null, // Default: null
|
||||||
* session_fixation_strategy?: "none"|"migrate"|"invalidate"|Param, // Default: "migrate"
|
* session_fixation_strategy?: "none"|"migrate"|"invalidate"|Param, // Default: "migrate"
|
||||||
@@ -1291,8 +1259,8 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* handle_symfony_errors?: bool|Param, // Allows to handle symfony exceptions. // Default: false
|
* handle_symfony_errors?: bool|Param, // Allows to handle symfony exceptions. // Default: false
|
||||||
* enable_swagger?: bool|Param, // Enable the Swagger documentation and export. // Default: true
|
* enable_swagger?: bool|Param, // Enable the Swagger documentation and export. // Default: true
|
||||||
* enable_json_streamer?: bool|Param, // Enable json streamer. // Default: false
|
* enable_json_streamer?: bool|Param, // Enable json streamer. // Default: false
|
||||||
* enable_swagger_ui?: bool|Param, // Enable Swagger UI // Default: true
|
* enable_swagger_ui?: bool|Param, // Enable Swagger UI // Default: false
|
||||||
* enable_re_doc?: bool|Param, // Enable ReDoc // Default: true
|
* enable_re_doc?: bool|Param, // Enable ReDoc // Default: false
|
||||||
* enable_entrypoint?: bool|Param, // Enable the entrypoint // Default: true
|
* enable_entrypoint?: bool|Param, // Enable the entrypoint // Default: true
|
||||||
* enable_docs?: bool|Param, // Enable the docs // Default: true
|
* enable_docs?: bool|Param, // Enable the docs // Default: true
|
||||||
* enable_profiler?: bool|Param, // Enable the data collector and the WebProfilerBundle integration. // Default: true
|
* enable_profiler?: bool|Param, // Enable the data collector and the WebProfilerBundle integration. // Default: true
|
||||||
@@ -1641,12 +1609,154 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* },
|
* },
|
||||||
* },
|
* },
|
||||||
* }
|
* }
|
||||||
|
* @psalm-type MonologConfig = array{
|
||||||
|
* use_microseconds?: scalar|Param|null, // Default: true
|
||||||
|
* channels?: list<scalar|Param|null>,
|
||||||
|
* handlers?: array<string, array{ // Default: []
|
||||||
|
* type?: scalar|Param|null,
|
||||||
|
* id?: scalar|Param|null,
|
||||||
|
* enabled?: bool|Param, // Default: true
|
||||||
|
* priority?: scalar|Param|null, // Default: 0
|
||||||
|
* level?: scalar|Param|null, // Default: "DEBUG"
|
||||||
|
* bubble?: bool|Param, // Default: true
|
||||||
|
* interactive_only?: bool|Param, // Default: false
|
||||||
|
* app_name?: scalar|Param|null, // Default: null
|
||||||
|
* include_stacktraces?: bool|Param, // Default: false
|
||||||
|
* process_psr_3_messages?: array{
|
||||||
|
* enabled?: bool|Param|null, // Default: null
|
||||||
|
* date_format?: scalar|Param|null,
|
||||||
|
* remove_used_context_fields?: bool|Param,
|
||||||
|
* },
|
||||||
|
* path?: scalar|Param|null, // Default: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||||
|
* file_permission?: scalar|Param|null, // Default: null
|
||||||
|
* use_locking?: bool|Param, // Default: false
|
||||||
|
* filename_format?: scalar|Param|null, // Default: "{filename}-{date}"
|
||||||
|
* date_format?: scalar|Param|null, // Default: "Y-m-d"
|
||||||
|
* ident?: scalar|Param|null, // Default: false
|
||||||
|
* logopts?: scalar|Param|null, // Default: 1
|
||||||
|
* facility?: scalar|Param|null, // Default: "user"
|
||||||
|
* max_files?: scalar|Param|null, // Default: 0
|
||||||
|
* action_level?: scalar|Param|null, // Default: "WARNING"
|
||||||
|
* activation_strategy?: scalar|Param|null, // Default: null
|
||||||
|
* stop_buffering?: bool|Param, // Default: true
|
||||||
|
* passthru_level?: scalar|Param|null, // Default: null
|
||||||
|
* excluded_http_codes?: list<array{ // Default: []
|
||||||
|
* code?: scalar|Param|null,
|
||||||
|
* urls?: list<scalar|Param|null>,
|
||||||
|
* }>,
|
||||||
|
* accepted_levels?: list<scalar|Param|null>,
|
||||||
|
* min_level?: scalar|Param|null, // Default: "DEBUG"
|
||||||
|
* max_level?: scalar|Param|null, // Default: "EMERGENCY"
|
||||||
|
* buffer_size?: scalar|Param|null, // Default: 0
|
||||||
|
* flush_on_overflow?: bool|Param, // Default: false
|
||||||
|
* handler?: scalar|Param|null,
|
||||||
|
* url?: scalar|Param|null,
|
||||||
|
* exchange?: scalar|Param|null,
|
||||||
|
* exchange_name?: scalar|Param|null, // Default: "log"
|
||||||
|
* channel?: scalar|Param|null, // Default: null
|
||||||
|
* bot_name?: scalar|Param|null, // Default: "Monolog"
|
||||||
|
* use_attachment?: scalar|Param|null, // Default: true
|
||||||
|
* use_short_attachment?: scalar|Param|null, // Default: false
|
||||||
|
* include_extra?: scalar|Param|null, // Default: false
|
||||||
|
* icon_emoji?: scalar|Param|null, // Default: null
|
||||||
|
* webhook_url?: scalar|Param|null,
|
||||||
|
* exclude_fields?: list<scalar|Param|null>,
|
||||||
|
* token?: scalar|Param|null,
|
||||||
|
* region?: scalar|Param|null,
|
||||||
|
* source?: scalar|Param|null,
|
||||||
|
* use_ssl?: bool|Param, // Default: true
|
||||||
|
* user?: mixed,
|
||||||
|
* title?: scalar|Param|null, // Default: null
|
||||||
|
* host?: scalar|Param|null, // Default: null
|
||||||
|
* port?: scalar|Param|null, // Default: 514
|
||||||
|
* config?: list<scalar|Param|null>,
|
||||||
|
* members?: list<scalar|Param|null>,
|
||||||
|
* connection_string?: scalar|Param|null,
|
||||||
|
* timeout?: scalar|Param|null,
|
||||||
|
* time?: scalar|Param|null, // Default: 60
|
||||||
|
* deduplication_level?: scalar|Param|null, // Default: 400
|
||||||
|
* store?: scalar|Param|null, // Default: null
|
||||||
|
* connection_timeout?: scalar|Param|null,
|
||||||
|
* persistent?: bool|Param,
|
||||||
|
* message_type?: scalar|Param|null, // Default: 0
|
||||||
|
* parse_mode?: scalar|Param|null, // Default: null
|
||||||
|
* disable_webpage_preview?: bool|Param|null, // Default: null
|
||||||
|
* disable_notification?: bool|Param|null, // Default: null
|
||||||
|
* split_long_messages?: bool|Param, // Default: false
|
||||||
|
* delay_between_messages?: bool|Param, // Default: false
|
||||||
|
* topic?: int|Param, // Default: null
|
||||||
|
* factor?: int|Param, // Default: 1
|
||||||
|
* tags?: list<scalar|Param|null>,
|
||||||
|
* console_formatter_options?: mixed, // Default: []
|
||||||
|
* formatter?: scalar|Param|null,
|
||||||
|
* nested?: bool|Param, // Default: false
|
||||||
|
* publisher?: string|array{
|
||||||
|
* id?: scalar|Param|null,
|
||||||
|
* hostname?: scalar|Param|null,
|
||||||
|
* port?: scalar|Param|null, // Default: 12201
|
||||||
|
* chunk_size?: scalar|Param|null, // Default: 1420
|
||||||
|
* encoder?: "json"|"compressed_json"|Param,
|
||||||
|
* },
|
||||||
|
* mongodb?: string|array{
|
||||||
|
* id?: scalar|Param|null, // ID of a MongoDB\Client service
|
||||||
|
* uri?: scalar|Param|null,
|
||||||
|
* username?: scalar|Param|null,
|
||||||
|
* password?: scalar|Param|null,
|
||||||
|
* database?: scalar|Param|null, // Default: "monolog"
|
||||||
|
* collection?: scalar|Param|null, // Default: "logs"
|
||||||
|
* },
|
||||||
|
* elasticsearch?: string|array{
|
||||||
|
* id?: scalar|Param|null,
|
||||||
|
* hosts?: list<scalar|Param|null>,
|
||||||
|
* host?: scalar|Param|null,
|
||||||
|
* port?: scalar|Param|null, // Default: 9200
|
||||||
|
* transport?: scalar|Param|null, // Default: "Http"
|
||||||
|
* user?: scalar|Param|null, // Default: null
|
||||||
|
* password?: scalar|Param|null, // Default: null
|
||||||
|
* },
|
||||||
|
* index?: scalar|Param|null, // Default: "monolog"
|
||||||
|
* document_type?: scalar|Param|null, // Default: "logs"
|
||||||
|
* ignore_error?: scalar|Param|null, // Default: false
|
||||||
|
* redis?: string|array{
|
||||||
|
* id?: scalar|Param|null,
|
||||||
|
* host?: scalar|Param|null,
|
||||||
|
* password?: scalar|Param|null, // Default: null
|
||||||
|
* port?: scalar|Param|null, // Default: 6379
|
||||||
|
* database?: scalar|Param|null, // Default: 0
|
||||||
|
* key_name?: scalar|Param|null, // Default: "monolog_redis"
|
||||||
|
* },
|
||||||
|
* predis?: string|array{
|
||||||
|
* id?: scalar|Param|null,
|
||||||
|
* host?: scalar|Param|null,
|
||||||
|
* },
|
||||||
|
* from_email?: scalar|Param|null,
|
||||||
|
* to_email?: list<scalar|Param|null>,
|
||||||
|
* subject?: scalar|Param|null,
|
||||||
|
* content_type?: scalar|Param|null, // Default: null
|
||||||
|
* headers?: list<scalar|Param|null>,
|
||||||
|
* mailer?: scalar|Param|null, // Default: null
|
||||||
|
* email_prototype?: string|array{
|
||||||
|
* id?: scalar|Param|null,
|
||||||
|
* method?: scalar|Param|null, // Default: null
|
||||||
|
* },
|
||||||
|
* verbosity_levels?: array{
|
||||||
|
* VERBOSITY_QUIET?: scalar|Param|null, // Default: "ERROR"
|
||||||
|
* VERBOSITY_NORMAL?: scalar|Param|null, // Default: "WARNING"
|
||||||
|
* VERBOSITY_VERBOSE?: scalar|Param|null, // Default: "NOTICE"
|
||||||
|
* VERBOSITY_VERY_VERBOSE?: scalar|Param|null, // Default: "INFO"
|
||||||
|
* VERBOSITY_DEBUG?: scalar|Param|null, // Default: "DEBUG"
|
||||||
|
* },
|
||||||
|
* channels?: string|array{
|
||||||
|
* type?: scalar|Param|null,
|
||||||
|
* elements?: list<scalar|Param|null>,
|
||||||
|
* },
|
||||||
|
* }>,
|
||||||
|
* }
|
||||||
* @psalm-type ConfigType = array{
|
* @psalm-type ConfigType = array{
|
||||||
* imports?: ImportsConfig,
|
* imports?: ImportsConfig,
|
||||||
* parameters?: ParametersConfig,
|
* parameters?: ParametersConfig,
|
||||||
* services?: ServicesConfig,
|
* services?: ServicesConfig,
|
||||||
* framework?: FrameworkConfig,
|
* framework?: FrameworkConfig,
|
||||||
* twig?: TwigConfig,
|
|
||||||
* security?: SecurityConfig,
|
* security?: SecurityConfig,
|
||||||
* doctrine?: DoctrineConfig,
|
* doctrine?: DoctrineConfig,
|
||||||
* doctrine_migrations?: DoctrineMigrationsConfig,
|
* doctrine_migrations?: DoctrineMigrationsConfig,
|
||||||
@@ -1654,12 +1764,12 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* api_platform?: ApiPlatformConfig,
|
* api_platform?: ApiPlatformConfig,
|
||||||
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
||||||
* mcp?: McpConfig,
|
* mcp?: McpConfig,
|
||||||
|
* monolog?: MonologConfig,
|
||||||
* "when@dev"?: array{
|
* "when@dev"?: array{
|
||||||
* imports?: ImportsConfig,
|
* imports?: ImportsConfig,
|
||||||
* parameters?: ParametersConfig,
|
* parameters?: ParametersConfig,
|
||||||
* services?: ServicesConfig,
|
* services?: ServicesConfig,
|
||||||
* framework?: FrameworkConfig,
|
* framework?: FrameworkConfig,
|
||||||
* twig?: TwigConfig,
|
|
||||||
* security?: SecurityConfig,
|
* security?: SecurityConfig,
|
||||||
* doctrine?: DoctrineConfig,
|
* doctrine?: DoctrineConfig,
|
||||||
* doctrine_migrations?: DoctrineMigrationsConfig,
|
* doctrine_migrations?: DoctrineMigrationsConfig,
|
||||||
@@ -1667,13 +1777,13 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* api_platform?: ApiPlatformConfig,
|
* api_platform?: ApiPlatformConfig,
|
||||||
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
||||||
* mcp?: McpConfig,
|
* mcp?: McpConfig,
|
||||||
|
* monolog?: MonologConfig,
|
||||||
* },
|
* },
|
||||||
* "when@prod"?: array{
|
* "when@prod"?: array{
|
||||||
* imports?: ImportsConfig,
|
* imports?: ImportsConfig,
|
||||||
* parameters?: ParametersConfig,
|
* parameters?: ParametersConfig,
|
||||||
* services?: ServicesConfig,
|
* services?: ServicesConfig,
|
||||||
* framework?: FrameworkConfig,
|
* framework?: FrameworkConfig,
|
||||||
* twig?: TwigConfig,
|
|
||||||
* security?: SecurityConfig,
|
* security?: SecurityConfig,
|
||||||
* doctrine?: DoctrineConfig,
|
* doctrine?: DoctrineConfig,
|
||||||
* doctrine_migrations?: DoctrineMigrationsConfig,
|
* doctrine_migrations?: DoctrineMigrationsConfig,
|
||||||
@@ -1681,13 +1791,13 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* api_platform?: ApiPlatformConfig,
|
* api_platform?: ApiPlatformConfig,
|
||||||
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
||||||
* mcp?: McpConfig,
|
* mcp?: McpConfig,
|
||||||
|
* monolog?: MonologConfig,
|
||||||
* },
|
* },
|
||||||
* "when@test"?: array{
|
* "when@test"?: array{
|
||||||
* imports?: ImportsConfig,
|
* imports?: ImportsConfig,
|
||||||
* parameters?: ParametersConfig,
|
* parameters?: ParametersConfig,
|
||||||
* services?: ServicesConfig,
|
* services?: ServicesConfig,
|
||||||
* framework?: FrameworkConfig,
|
* framework?: FrameworkConfig,
|
||||||
* twig?: TwigConfig,
|
|
||||||
* security?: SecurityConfig,
|
* security?: SecurityConfig,
|
||||||
* doctrine?: DoctrineConfig,
|
* doctrine?: DoctrineConfig,
|
||||||
* doctrine_migrations?: DoctrineMigrationsConfig,
|
* doctrine_migrations?: DoctrineMigrationsConfig,
|
||||||
@@ -1695,6 +1805,7 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* api_platform?: ApiPlatformConfig,
|
* api_platform?: ApiPlatformConfig,
|
||||||
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
* lexik_jwt_authentication?: LexikJwtAuthenticationConfig,
|
||||||
* mcp?: McpConfig,
|
* mcp?: McpConfig,
|
||||||
|
* monolog?: MonologConfig,
|
||||||
* },
|
* },
|
||||||
* ...<string, ExtensionType|array{ // extra keys must follow the when@%env% pattern or match an extension alias
|
* ...<string, ExtensionType|array{ // extra keys must follow the when@%env% pattern or match an extension alias
|
||||||
* imports?: ImportsConfig,
|
* imports?: ImportsConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user