26 Commits

Author SHA1 Message Date
Nicolas Grekas
76bfa17bf3 Merge branch '6.4' into 7.0
* 6.4:
  Fix implicitly-required parameters
  minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
  Fix bad merge
  List CS fix in .git-blame-ignore-revs
  Fix implicitly-required parameters
  List CS fix in .git-blame-ignore-revs
  Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  [Messenger][AmazonSqs] Allow async-aws/sqs version 2
2024-01-23 16:02:46 +01:00
Nicolas Grekas
36c0de2416 Merge branch '5.4' into 6.3
* 5.4:
  Fix implicitly-required parameters
  List CS fix in .git-blame-ignore-revs
  Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  [Messenger][AmazonSqs] Allow async-aws/sqs version 2
2024-01-23 15:35:58 +01:00
Nicolas Grekas
d069fbfd63 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value 2024-01-23 14:51:25 +01:00
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
66ffec0f96 Cleanup @return annotations 2021-08-12 11:55:17 +02:00
Valentin
c46149559a [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
Fabien Potencier
60d5d61f9e Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Fabien Potencier
9e00d61b06 switched array() to [] 2019-01-16 10:39:14 +01:00
Fabien Potencier
523c788433 Merge branch '2.8' into 3.1
* 2.8:
  fixed @return when returning this or static
2016-12-29 22:40:29 +01:00
Fabien Potencier
fd24563258 fixed @return when returning this or static 2016-12-27 11:52:11 +01:00
Fabien Potencier
c5f81d767b Merge branch '2.8' into 3.0
* 2.8:
  fixed CS
  fixed form tests
  [Console] Fix formatting of SymfonyStyle::comment()
  [Form] fix post max size translation type extension for >= 2.8
  removed dots at the end of @param and @return
  fixed typo
2016-06-29 07:40:00 +02:00
Fabien Potencier
19154a6317 removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Bernhard Schussek
b3f25c9562 [Form] Added getBlockPrefix() to ResolvedFormTypeInterface 2015-11-29 22:12:04 +01:00
Fabien Potencier
08f76324a8 [Form] removed deprecated FormType::getName() 2015-10-01 16:20:48 +02:00
Peter Rehm
88ad3cfa79 Remove the deprecated OptionsResolverInterface 2015-01-20 14:17:10 +01:00
Joseph Bielawski
36457711c8 [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
Tobias Schultze
36d33037a1 [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
Bernhard Schussek
54d2d72e5f [Form] Removed deprecated code scheduled for removal in 2.3 2013-04-13 16:46:29 +02:00
Thomas Lallement
9b7094af4d CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
Bernhard Schussek
73f3ce3112 [Form] Fixed ResolvedFormType to really be replaceable 2012-07-29 19:13:45 +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
3bcb64f5c5 [Form] Cached the form type hierarchy in order to improve performance 2012-07-13 20:39:30 +02:00