Skip to content

Commit f9b2156

Browse files
Merge branch '3.4' into 4.1
* 3.4: [DoctrineBridge] support __toString as documented for UniqueEntityValidator [travis] enable Redis cluster [Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses fix data mapper return type in docblock fix type error handling when writing values
2 parents 424e9b8 + fd473c8 commit f9b2156

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)