fix data mapper return type in docblock

This commit is contained in:
Christian Flothmann 2018-08-19 18:51:04 +02:00
parent 30b24d200b
commit 5bdc755d73

View File

@ -99,7 +99,7 @@ interface FormConfigInterface
/** /**
* Returns the data mapper of the form. * Returns the data mapper of the form.
* *
* @return DataMapperInterface The data mapper * @return DataMapperInterface|null The data mapper
*/ */
public function getDataMapper(); public function getDataMapper();