[Form] Fix phpdoc

This commit is contained in:
Martin Hasoň 2017-09-19 13:52:15 +02:00 committed by GitHub
parent a6f01a38eb
commit f13081d12c
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ interface FormConfigInterface
/**
* Returns the class of the form data or null if the data is scalar or an array.
*
* @return string The data class or null
* @return null|string The data class or null
*/
public function getDataClass();