8000 minor #24258 [Form] Fix phpdoc (hason) · symfony/symfony@139398f · GitHub
[go: up one dir, main page]

Skip to content

Commit 139398f

Browse files
committed
minor #24258 [Form] Fix phpdoc (hason)
This PR was merged into the 2.7 branch. Discussion ---------- [Form] Fix phpdoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- f13081d [Form] Fix phpdoc
2 parents a6f01a3 + f13081d commit 139398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/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)
0