Skip to content

Commit

Permalink
minor #28230 [Form] fix data mapper return type in docblock (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.8 branch.

Discussion
----------

[Form] fix data mapper return type in docblock

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

5bdc755 fix data mapper return type in docblock
  • Loading branch information
fabpot committed Aug 20, 2018
2 parents 48c531c + 5bdc755 commit 0332f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/FormConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function getModelTransformers();
/**
* Returns the data mapper of the form.
*
* @return DataMapperInterface The data mapper
* @return DataMapperInterface|null The data mapper
*/
public function getDataMapper();

Expand Down

0 comments on commit 0332f86

Please sign in to comment.