Skip to content

Commit a6d3365

Browse files
committed
[Form] fixes instance variable phpdoc in FormRegistry class
1 parent 87ee384 commit a6d3365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FormRegistry implements FormRegistryInterface
3030
private $extensions = array();
3131

3232
/**
33-
* @var FormTypeInterface[]
33+
* @var ResolvedFormTypeInterface[]
3434
*/
3535
private $types = array();
3636

0 commit comments

Comments
 (0)