This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form
Nyholm e2f430dfb4
minor #40728 [PHPDoc] Fix some union type cases (fancyweb)
This PR was merged into the 4.4 branch.

Discussion
----------

[PHPDoc] Fix some union type cases

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

While working on https://github.com/symfony/symfony/issues/40154, I discovered some PHPDoc issues, I'm going to comment in the review. Upper branches will need some fixes too.

Commits
-------

dd1481642b [PHPDoc] Fix some union type cases
2021-04-08 09:40:10 +02:00
..
ChoiceList CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
Command Fix #36973: Command description consistency 2021-03-05 09:58:50 -08:00
Console CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
DependencyInjection Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Event Mark all dispatched event classes as final 2019-08-21 17:17:54 +02:00
Exception [Form] TransformationFailedException: Support specifying message to display 2019-03-26 22:35:30 +01:00
Extension minor #40728 [PHPDoc] Fix some union type cases (fancyweb) 2021-04-08 09:40:10 +02:00
Guess Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Resources Update translations for Norwegian Nynorsk (nn) #38756 2021-03-10 14:26:08 +01:00
Test Use createMock() and use import instead of FQCN 2021-01-27 10:09:26 +01:00
Tests skip intl dependent tests if the extension is missing 2021-03-28 10:05:52 +02:00
Util Dont allow unserializing classes with a destructor 2021-01-12 13:42:25 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
AbstractExtension.php CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
AbstractRendererEngine.php Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
AbstractType.php Switched from parent type hard-coded FQCN to ::class keyword. 2021-01-08 13:59:24 +01:00
AbstractTypeExtension.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Button.php Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
ButtonBuilder.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
ButtonTypeInterface.php
CallbackTransformer.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
CHANGELOG.md Merge branch '4.3' into 4.4 2019-11-19 13:20:06 +01:00
ClearableErrorsInterface.php [Form] Add ability to clear form errors 2018-06-25 11:51:51 +02:00
ClickableInterface.php
composer.json Improve composer.json descriptions 2021-01-10 17:25:35 +01:00
DataMapperInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
DataTransformerInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FileUploadError.php prevent duplicated error message for file upload limits 2020-11-21 11:45:32 +01:00
Form.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
FormBuilder.php Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
FormBuilderInterface.php [Form] update type of form $name arguments 2019-07-31 13:55:54 +02:00
FormConfigBuilder.php Merge branch '4.3' into 4.4 2019-07-31 17:08:36 +02:00
FormConfigBuilderInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
FormConfigInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormError.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
FormErrorIterator.php Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
FormEvent.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormEvents.php Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
FormExtensionInterface.php
FormFactory.php Fine tune constructor types 2019-06-17 02:42:58 +01:00
FormFactoryBuilder.php [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
FormFactoryBuilderInterface.php
FormFactoryInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormInterface.php Merge branch '3.4' into 4.4 2020-05-04 16:02:18 +02:00
FormRegistry.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormRegistryInterface.php
FormRenderer.php improve exception message if symfony/security-csrf is missing 2021-02-26 11:19:16 +01:00
FormRendererEngineInterface.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
FormRendererInterface.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Forms.php Merge branch '4.2' 2019-04-07 15:57:40 +02:00
FormTypeExtensionInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormTypeGuesserChain.php Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
FormTypeGuesserInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormTypeInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormView.php make return type correct 2020-08-08 12:33:44 +03:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
NativeRequestHandler.php [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PreloadedExtension.php CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
RequestHandlerInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ResolvedFormType.php CS: Apply ternary_to_null_coalescing fixer 2020-12-27 00:49:32 +01:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ResolvedFormTypeInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ReversedTransformer.php
SubmitButton.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

The Form component allows you to easily create, process and reuse HTML forms.

Resources