Skip to content

Commit 0b48886

Browse files
committed
fix data mapper return type in docblock
1 parent 40861df commit 0b48886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)