Skip to content

Commit

Permalink
minor #27109 [Form] fixes instance variable phpdoc in FormRegistry cl…
Browse files Browse the repository at this point in the history
…ass (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
  • Loading branch information
ogizanagi committed May 1, 2018
2 parents c17adc6 + 27fddf5 commit 222fef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/FormRegistry.php
Expand Up @@ -30,7 +30,7 @@ class FormRegistry implements FormRegistryInterface
private $extensions = array();

/**
* @var FormTypeInterface[]
* @var ResolvedFormTypeInterface[]
*/
private $types = array();

Expand Down

0 comments on commit 222fef4

Please sign in to comment.