minor #29515 Add a docblock for FormFactoryInterface (chindit)

This PR was submitted for the master branch but it was squashed and merged into the 4.2 branch instead (closes #29515).

Discussion
----------

Add a docblock for FormFactoryInterface

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #
| License       | MIT
| Doc PR        | None

Added a docblock for FormFactoryInterface so it will be shown in `debug:autowiring` command

#SymfonyConHackday2018

Commits
-------

a51b516 Add a docblock for FormFactoryInterface
This commit is contained in:
Robin Chalas 2018-12-09 17:12:44 +01:00
commit 41e2638d22

View File

@ -12,6 +12,8 @@
namespace Symfony\Component\Form;
/**
* Allows creating a form based on a name, a class or a property.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/
interface FormFactoryInterface