Skip to content

Commit fd473c8

Browse files
Merge branch '2.8' into 3.4
* 2.8: fix data mapper return type in docblock fix type error handling when writing values
2 parents 42a1378 + 0b48886 commit fd473c8

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)