|
1 | 1 | <?php |
2 | 2 |
|
3 | | -/* |
4 | | - * This file is part of the Symfony package. |
5 | | - * |
6 | | - * (c) Fabien Potencier <[email protected]> |
7 | | - * |
8 | | - * For the full copyright and license information, please view the LICENSE |
9 | | - * file that was distributed with this source code. |
10 | | - */ |
| 3 | +// This file is auto-generated and is for apps only. Bundles SHOULD NOT rely on its content. |
11 | 4 |
|
12 | 5 | namespace Symfony\Component\DependencyInjection\Loader\Configurator; |
13 | 6 |
|
|
595 | 588 | * only_exceptions?: bool, // Default: false |
596 | 589 | * only_main_requests?: bool, // Default: false |
597 | 590 | * dsn?: scalar|null, // Default: "file:%kernel.cache_dir%/profiler" |
598 | | - * collect_serializer_data?: bool, // Enables the serializer data collector and profiler panel. // Default: false |
| 591 | + * collect_serializer_data?: true, // Default: true |
599 | 592 | * }, |
600 | 593 | * workflows?: bool|array{ |
601 | 594 | * enabled?: bool, // Default: false |
|
639 | 632 | * enabled?: bool, // Default: false |
640 | 633 | * resource: scalar|null, |
641 | 634 | * type?: scalar|null, |
642 | | - * cache_dir?: scalar|null, // Deprecated: Setting the "framework.router.cache_dir.cache_dir" configuration option is deprecated. It will be removed in version 8.0. // Default: "%kernel.build_dir%" |
643 | 635 | * default_uri?: scalar|null, // The default URI used to generate URLs in a non-HTTP context. // Default: null |
644 | 636 | * http_port?: scalar|null, // Default: 80 |
645 | 637 | * https_port?: scalar|null, // Default: 443 |
|
663 | 655 | * gc_maxlifetime?: scalar|null, |
664 | 656 | * save_path?: scalar|null, // Defaults to "%kernel.cache_dir%/sessions" if the "handler_id" option is not null. |
665 | 657 | * metadata_update_threshold?: int, // Seconds to wait between 2 session metadata updates. // Default: 0 |
666 | | - * sid_length?: int, // Deprecated: Setting the "framework.session.sid_length.sid_length" configuration option is deprecated. It will be removed in version 8.0. No alternative is provided as PHP 8.4 has deprecated the related option. |
667 | | - * sid_bits_per_character?: int, // Deprecated: Setting the "framework.session.sid_bits_per_character.sid_bits_per_character" configuration option is deprecated. It will be removed in version 8.0. No alternative is provided as PHP 8.4 has deprecated the related option. |
668 | 658 | * }, |
669 | 659 | * request?: bool|array{ // Request configuration |
670 | 660 | * enabled?: bool, // Default: false |
|
738 | 728 | * }, |
739 | 729 | * validation?: bool|array{ // Validation configuration |
740 | 730 | * enabled?: bool, // Default: false |
741 | | - * cache?: scalar|null, // Deprecated: Setting the "framework.validation.cache.cache" configuration option is deprecated. It will be removed in version 8.0. |
742 | 731 | * enable_attributes?: bool, // Default: true |
743 | 732 | * static_method?: list<scalar|null>, |
744 | 733 | * translation_domain?: scalar|null, // Default: "validators" |
745 | | - * email_validation_mode?: "html5"|"html5-allow-no-tld"|"strict"|"loose", // Default: "html5" |
| 734 | + * email_validation_mode?: "html5"|"html5-allow-no-tld"|"strict", // Default: "html5" |
746 | 735 | * mapping?: array{ |
747 | 736 | * paths?: list<scalar|null>, |
748 | 737 | * }, |
|
755 | 744 | * services?: list<scalar|null>, |
756 | 745 | * }>, |
757 | 746 | * }, |
758 | | - * annotations?: bool|array{ |
759 | | - * enabled?: bool, // Default: false |
760 | | - * }, |
761 | 747 | * serializer?: bool|array{ // Serializer configuration |
762 | 748 | * enabled?: bool, // Default: true |
763 | 749 | * enable_attributes?: bool, // Default: true |
|
789 | 775 | * }, |
790 | 776 | * property_info?: bool|array{ // Property info configuration |
791 | 777 | * enabled?: bool, // Default: true |
792 | | - * with_constructor_extractor?: bool, // Registers the constructor extractor. |
| 778 | + * with_constructor_extractor?: bool, // Registers the constructor extractor. // Default: true |
793 | 779 | * }, |
794 | 780 | * cache?: array{ // Cache configuration |
795 | 781 | * prefix_seed?: scalar|null, // Used to namespace cache keys when using several apps with the same shared backend. // Default: "_%kernel.project_dir%.%kernel.container_class%" |
|
1109 | 1095 | * bubble?: bool, // Default: true |
1110 | 1096 | * interactive_only?: bool, // Default: false |
1111 | 1097 | * app_name?: scalar|null, // Default: null |
1112 | | - * fill_extra_context?: bool, // Default: false |
1113 | 1098 | * include_stacktraces?: bool, // Default: false |
1114 | 1099 | * process_psr_3_messages?: array{ |
1115 | 1100 | * enabled?: bool|null, // Default: null |
|
1129 | 1114 | * activation_strategy?: scalar|null, // Default: null |
1130 | 1115 | * stop_buffering?: bool, // Default: true |
1131 | 1116 | * passthru_level?: scalar|null, // Default: null |
1132 | | - * excluded_404s?: list<scalar|null>, |
1133 | 1117 | * excluded_http_codes?: list<array{ // Default: [] |
1134 | 1118 | * code?: scalar|null, |
1135 | 1119 | * urls?: list<scalar|null>, |
|
1143 | 1127 | * url?: scalar|null, |
1144 | 1128 | * exchange?: scalar|null, |
1145 | 1129 | * exchange_name?: scalar|null, // Default: "log" |
1146 | | - * room?: scalar|null, |
1147 | | - * message_format?: scalar|null, // Default: "text" |
1148 | | - * api_version?: scalar|null, // Default: null |
1149 | 1130 | * channel?: scalar|null, // Default: null |
1150 | 1131 | * bot_name?: scalar|null, // Default: "Monolog" |
1151 | 1132 | * use_attachment?: scalar|null, // Default: true |
|
1154 | 1135 | * icon_emoji?: scalar|null, // Default: null |
1155 | 1136 | * webhook_url?: scalar|null, |
1156 | 1137 | * exclude_fields?: list<scalar|null>, |
1157 | | - * team?: scalar|null, |
1158 | | - * notify?: scalar|null, // Default: false |
1159 | | - * nickname?: scalar|null, // Default: "Monolog" |
1160 | 1138 | * token?: scalar|null, |
1161 | 1139 | * region?: scalar|null, |
1162 | 1140 | * source?: scalar|null, |
|
1174 | 1152 | * store?: scalar|null, // Default: null |
1175 | 1153 | * connection_timeout?: scalar|null, |
1176 | 1154 | * persistent?: bool, |
1177 | | - * dsn?: scalar|null, |
1178 | | - * hub_id?: scalar|null, // Default: null |
1179 | | - * client_id?: scalar|null, // Default: null |
1180 | | - * auto_log_stacks?: scalar|null, // Default: false |
1181 | | - * release?: scalar|null, // Default: null |
1182 | | - * environment?: scalar|null, // Default: null |
1183 | 1155 | * message_type?: scalar|null, // Default: 0 |
1184 | 1156 | * parse_mode?: scalar|null, // Default: null |
1185 | 1157 | * disable_webpage_preview?: bool|null, // Default: null |
|
1189 | 1161 | * topic?: int, // Default: null |
1190 | 1162 | * factor?: int, // Default: 1 |
1191 | 1163 | * tags?: list<scalar|null>, |
1192 | | - * console_formater_options?: mixed, // Deprecated: "monolog.handlers..console_formater_options.console_formater_options" is deprecated, use "monolog.handlers..console_formater_options.console_formatter_options" instead. |
1193 | 1164 | * console_formatter_options?: mixed, // Default: [] |
1194 | 1165 | * formatter?: scalar|null, |
1195 | 1166 | * nested?: bool, // Default: false |
|
1200 | 1171 | * chunk_size?: scalar|null, // Default: 1420 |
1201 | 1172 | * encoder?: "json"|"compressed_json", |
1202 | 1173 | * }, |
1203 | | - * mongo?: string|array{ |
1204 | | - * id?: scalar|null, |
1205 | | - * host?: scalar|null, |
1206 | | - * port?: scalar|null, // Default: 27017 |
1207 | | - * user?: scalar|null, |
1208 | | - * pass?: scalar|null, |
1209 | | - * database?: scalar|null, // Default: "monolog" |
1210 | | - * collection?: scalar|null, // Default: "logs" |
1211 | | - * }, |
1212 | 1174 | * mongodb?: string|array{ |
1213 | 1175 | * id?: scalar|null, // ID of a MongoDB\Client service |
1214 | 1176 | * uri?: scalar|null, |
|
1251 | 1213 | * id: scalar|null, |
1252 | 1214 | * method?: scalar|null, // Default: null |
1253 | 1215 | * }, |
1254 | | - * lazy?: bool, // Default: true |
1255 | 1216 | * verbosity_levels?: array{ |
1256 | 1217 | * VERBOSITY_QUIET?: scalar|null, // Default: "ERROR" |
1257 | 1218 | * VERBOSITY_NORMAL?: scalar|null, // Default: "WARNING" |
|
1274 | 1235 | * }>, |
1275 | 1236 | * autoescape_service?: scalar|null, // Default: null |
1276 | 1237 | * autoescape_service_method?: scalar|null, // Default: null |
1277 | | - * base_template_class?: scalar|null, // Deprecated: The child node "base_template_class" at path "twig.base_template_class" is deprecated. |
1278 | 1238 | * cache?: scalar|null, // Default: true |
1279 | 1239 | * charset?: scalar|null, // Default: "%kernel.charset%" |
1280 | 1240 | * debug?: bool, // Default: "%kernel.debug%" |
|
0 commit comments