Skip to content

Commit df10124

Browse files
minor #42490 More return type fixes (bis) (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- More return type fixes (bis) | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- c6a20b4e4d More return type fixes (bis)
2 parents 6bc0157 + f76a908 commit df10124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Field/FormField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getName()
8989
/**
9090
* Gets the value of the field.
9191
*
92-
* @return string|array The value of the field
92+
* @return string|array|null
9393
*/
9494
public function getValue()
9595
{

0 commit comments

Comments
 (0)