|
146 | 146 | * cookie_name?: scalar|null, // The name of the cookie to use when using stateless protection. // Default: "csrf-token" |
147 | 147 | * }, |
148 | 148 | * form?: bool|array{ // Form configuration |
149 | | - * enabled?: bool, // Default: false |
| 149 | + * enabled?: bool, // Default: true |
150 | 150 | * csrf_protection?: array{ |
151 | 151 | * enabled?: scalar|null, // Default: null |
152 | 152 | * token_id?: scalar|null, // Default: null |
|
328 | 328 | * }>, |
329 | 329 | * }, |
330 | 330 | * validation?: bool|array{ // Validation configuration |
331 | | - * enabled?: bool, // Default: false |
| 331 | + * enabled?: bool, // Default: true |
332 | 332 | * cache?: scalar|null, // Deprecated: Setting the "framework.validation.cache.cache" configuration option is deprecated. It will be removed in version 8.0. |
333 | 333 | * enable_attributes?: bool, // Default: true |
334 | 334 | * static_method?: list<scalar|null>, |
|
474 | 474 | * max_host_connections?: int, // The maximum number of connections to a single host. |
475 | 475 | * default_options?: array{ |
476 | 476 | * headers?: array<string, mixed>, |
477 | | - * vars?: list<mixed>, |
| 477 | + * vars?: array<string, mixed>, |
478 | 478 | * max_redirects?: int, // The maximum number of redirects to follow. |
479 | 479 | * http_version?: scalar|null, // The default HTTP version, typically 1.1 or 2.0, leave to null for the best version. |
480 | 480 | * resolve?: array<string, scalar|null>, |
|
497 | 497 | * md5?: mixed, |
498 | 498 | * }, |
499 | 499 | * crypto_method?: scalar|null, // The minimum version of TLS to accept; must be one of STREAM_CRYPTO_METHOD_TLSv*_CLIENT constants. |
500 | | - * extra?: list<mixed>, |
| 500 | + * extra?: array<string, mixed>, |
501 | 501 | * rate_limiter?: scalar|null, // Rate limiter name to use for throttling requests. // Default: null |
502 | 502 | * caching?: bool|array{ // Caching configuration. |
503 | 503 | * enabled?: bool, // Default: false |
|
550 | 550 | * md5?: mixed, |
551 | 551 | * }, |
552 | 552 | * crypto_method?: scalar|null, // The minimum version of TLS to accept; must be one of STREAM_CRYPTO_METHOD_TLSv*_CLIENT constants. |
553 | | - * extra?: list<mixed>, |
| 553 | + * extra?: array<string, mixed>, |
554 | 554 | * rate_limiter?: scalar|null, // Rate limiter name to use for throttling requests. // Default: null |
555 | 555 | * caching?: bool|array{ // Caching configuration. |
556 | 556 | * enabled?: bool, // Default: false |
|
1125 | 1125 | * handlers?: array<string, array{ // Default: [] |
1126 | 1126 | * type: scalar|null, |
1127 | 1127 | * id?: scalar|null, |
| 1128 | + * enabled?: bool, // Default: true |
1128 | 1129 | * priority?: scalar|null, // Default: 0 |
1129 | 1130 | * level?: scalar|null, // Default: "DEBUG" |
1130 | 1131 | * bubble?: bool, // Default: true |
| 1132 | + * interactive_only?: bool, // Default: false |
1131 | 1133 | * app_name?: scalar|null, // Default: null |
1132 | 1134 | * fill_extra_context?: bool, // Default: false |
1133 | 1135 | * include_stacktraces?: bool, // Default: false |
|
1173 | 1175 | * include_extra?: scalar|null, // Default: false |
1174 | 1176 | * icon_emoji?: scalar|null, // Default: null |
1175 | 1177 | * webhook_url?: scalar|null, |
| 1178 | + * exclude_fields?: list<scalar|null>, |
1176 | 1179 | * team?: scalar|null, |
1177 | 1180 | * notify?: scalar|null, // Default: false |
1178 | 1181 | * nickname?: scalar|null, // Default: "Monolog" |
|
1205 | 1208 | * disable_notification?: bool|null, // Default: null |
1206 | 1209 | * split_long_messages?: bool, // Default: false |
1207 | 1210 | * delay_between_messages?: bool, // Default: false |
| 1211 | + * topic?: int, // Default: null |
1208 | 1212 | * factor?: int, // Default: 1 |
1209 | 1213 | * tags?: list<scalar|null>, |
1210 | 1214 | * 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. |
|
1216 | 1220 | * hostname?: scalar|null, |
1217 | 1221 | * port?: scalar|null, // Default: 12201 |
1218 | 1222 | * chunk_size?: scalar|null, // Default: 1420 |
| 1223 | + * encoder?: "json"|"compressed_json", |
1219 | 1224 | * }, |
1220 | 1225 | * mongo?: string|array{ |
1221 | 1226 | * id?: scalar|null, |
|
1226 | 1231 | * database?: scalar|null, // Default: "monolog" |
1227 | 1232 | * collection?: scalar|null, // Default: "logs" |
1228 | 1233 | * }, |
| 1234 | + * mongodb?: string|array{ |
| 1235 | + * id?: scalar|null, // ID of a MongoDB\Client service |
| 1236 | + * uri?: scalar|null, |
| 1237 | + * username?: scalar|null, |
| 1238 | + * password?: scalar|null, |
| 1239 | + * database?: scalar|null, // Default: "monolog" |
| 1240 | + * collection?: scalar|null, // Default: "logs" |
| 1241 | + * }, |
1229 | 1242 | * elasticsearch?: string|array{ |
1230 | 1243 | * id?: scalar|null, |
| 1244 | + * hosts?: list<scalar|null>, |
1231 | 1245 | * host?: scalar|null, |
1232 | 1246 | * port?: scalar|null, // Default: 9200 |
1233 | 1247 | * transport?: scalar|null, // Default: "Http" |
|
0 commit comments