Skip to content

Commit 0332f86

Browse files
committed
minor #28230 [Form] fix data mapper return type in docblock (xabbuh)
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
2 parents 48c531c + 5bdc755 commit 0332f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/FormConfigInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function getModelTransformers();
9999
/**
100100
* Returns the data mapper of the form.
101101
*
102-
* @return DataMapperInterface The data mapper
102+
* @return DataMapperInterface|null The data mapper
103103
*/
104104
public function getDataMapper();
105105

0 commit comments

Comments
 (0)