[Form] fixes instance variable phpdoc in FormRegistry class

This commit is contained in:
Hugo Hamon 2018-05-01 14:10:15 +02:00
parent c17adc6616
commit 27fddf5927

View File

@ -30,7 +30,7 @@ class FormRegistry implements FormRegistryInterface
private $extensions = array(); private $extensions = array();
/** /**
* @var FormTypeInterface[] * @var ResolvedFormTypeInterface[]
*/ */
private $types = array(); private $types = array();