Skip to content

Commit ff06118

Browse files
authored
[Form] Fix phpdoc
1 parent caafda1 commit ff06118

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
@@ -167,7 +167,7 @@ public function getData();
167167
/**
168168
* Returns the class of the form data or null if the data is scalar or an array.
169169
*
170-
* @return string The data class or null
170+
* @return null|string The data class or null
171171
*/
172172
public function getDataClass();
173173

0 commit comments

Comments
 (0)