Skip to content

Commit f76a908

Browse files
More return type fixes (bis)
1 parent c8cde89 commit f76a908

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)