Skip to content

Commit 6da8178

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: [Routing] Add missing options in docblock [VarDumper] Fix dumping continuations [HttpFoundation] fixed Request::getContent() reusage bug [Form] Skip CSRF validation on form when POST max size is exceeded Enhance the phpDoc return types so IDEs can handle the configuration tree. fixes Remove 3.0 from branch suggestions for fixes in PR template [Process] Strengthen Windows pipe files opening (again...) Fix #19531 [Form] DateType fails parsing when midnight is not a valid time
2 parents 9e47172 + 39c46dd commit 6da8178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/form_csrf.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<argument>%form.type_extension.csrf.field_name%</argument>
1313
<argument type="service" id="translator.default" />
1414
<argument>%validator.translation_domain%</argument>
15+
<argument type="service" id="form.server_params" />
1516
</service>
1617
</services>
1718
</container>

0 commit comments

Comments
 (0)