Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 222fef4

Browse files
committed
minor #27109 [Form] fixes instance variable phpdoc in FormRegistry class (hhamon)
This PR was merged into the 2.7 branch. Discussion ---------- [Form] fixes instance variable phpdoc in FormRegistry class | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 27fddf5 [Form] fixes instance variable phpdoc in FormRegistry class
2 parents c17adc6 + 27fddf5 commit 222fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/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)