Add a docblock for FormFactoryInterface

This commit is contained in:
David 2018-12-08 11:47:06 +00:00 committed by Robin Chalas
parent 09cec57127
commit a51b516997

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