Wouter de Jong
8266c81fce
[Components] Convert to native return types
2023-07-05 15:06:06 +02:00
Alexander M. Turek
79002e4e4c
[Form] Add missing return types to interfaces
2023-02-17 09:38:29 +01:00
Nicolas Grekas
1c1dce12b4
Merge branch '5.4' into 6.0
...
* 5.4:
[Serializer] cs fix
Cleanup more `@return` annotations
[Form] Fix phpdoc on FormBuilderInterface
2021-08-17 17:35:52 +02:00
Nicolas Grekas
be4ba59ae2
Cleanup more @return annotations
2021-08-17 16:20:01 +02:00
Nicolas Grekas
00aeda6dd3
Add return types - batch 6/n
2021-08-16 17:45:02 +02:00
Nicolas Grekas
c3d0fd33ed
[Form] add union types
2021-07-07 15:31:34 +02:00
Valentin
c46149559a
[Form] Add parameter type declarations
2019-08-13 09:00:05 +02:00
Fabien Potencier
051c529178
Merge branch '3.4' into 4.1
...
* 3.4:
fixed CS
fixed short array CS in comments
fixed CS in ExpressionLanguage fixtures
fixed CS in generated files
fixed CS on generated container files
fixed CS on Form PHP templates
fixed CS on YAML fixtures
fixed fixtures
switched array() to []
2019-01-16 19:21:11 +01:00
Fabien Potencier
9e00d61b06
switched array() to []
2019-01-16 10:39:14 +01:00
Samuel ROZE
350ca93bd4
Merge branch '3.4' into 4.1
...
* 3.4:
Use the real image URL for the filesystem tests
[Finder] Update PHPdoc append()
[DI] Fix phpdoc
Fix code examples in PHPDoc
[HttpKernel] Fix inheritdocs
bumped Symfony version to 3.4.16
updated VERSION for 3.4.15
updated CHANGELOG for 3.4.15
2018-09-02 18:33:37 +01:00
Nicolas Grekas
129e1e3da4
Merge branch '2.8' into 3.4
...
* 2.8:
Use the real image URL for the filesystem tests
[Finder] Update PHPdoc append()
[DI] Fix phpdoc
Fix code examples in PHPDoc
[HttpKernel] Fix inheritdocs
2018-09-02 19:11:59 +02:00
Dany Maillard
557846f769
Fix code examples in PHPDoc
2018-08-29 15:11:53 +02:00
Edi Modrić
b4f69cb412
[Form] Add useDefaultThemes flag to the interfaces
2017-10-19 17:17:33 +02:00
Edi Modrić
b346199ff3
[Form] [TwigBridge] Added option to disable usage of default themes when rendering a form
2017-10-13 16:30:18 +02:00
Nicolas Grekas
64d06e3b4d
[FrameworkBundle] Fix Di config to allow for more private services
2017-09-05 18:47:43 +02:00
Fabien Potencier
19154a6317
removed dots at the end of @param and @return
2016-06-28 08:24:06 +02:00
Fabien Potencier
4e5ea313c6
Merge branch '2.3' into 2.4
...
* 2.3:
Validate locales sets intos translator
Fix UserPassword validator translation
Remove Spaceless Blocks from Twig Form Templates
fixed typo
[HttpFoundation] Fix to prevent magic bytes injection in JSONP responses (Prevents CVE-2014-4671)
added regression test
fix issue #8171 on configuration tree for twig extension -- pairing up with @cordoval
[HttpFoundation] Fix wrong assertion in Response test
[Upgrade] Fixed markdown syntax
[2.3][Form] Cleanup & fix phpdocs
Conflicts:
src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
src/Symfony/Component/Form/Extension/Core/ChoiceList/SimpleChoiceList.php
src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
2014-07-15 16:07:10 +02:00
Joseph Bielawski
36457711c8
[2.3][Form] Cleanup & fix phpdocs
2014-07-09 12:39:32 +02:00
Bernhard Schussek
3b82487696
[Form] Deprecated the CSRF implementation and added an optional dependency to the Security CSRF sub-component instead
2013-09-27 10:12:40 +02:00
Mario A. Alvarez Garcia
bc4938fb23
Code cleanup
2012-10-22 10:37:12 -04:00
Bernhard Schussek
0628f2f2dd
[Form] Improved FormRenderer API to reduce the size of the function call stack during rendering
2012-07-22 09:29:35 +02:00
Bernhard Schussek
05ad1a06b9
[Form] Moved the method isChoiceSelected() to the ChoiceView class (PHP +150ms)
2012-07-21 12:56:50 +02:00
Bernhard Schussek
0aee506296
[Form] Tweaked the generation of option tags for performance (PHP +200ms, Twig +50ms)
2012-07-21 12:56:50 +02:00
Bernhard Schussek
84c9dfdab4
[Form] The properties of FormView are now accessed directly in order to increase performance (PHP +200ms, Twig +150ms)
2012-07-21 12:56:11 +02:00
Bernhard Schussek
f8275b8b79
[Form] Extracted common parts of FormHelper and FormExtension into separate classes
2012-07-16 21:39:27 +02:00