Skip to content

Commit e59241c

Browse files
committed
add missing null return type
1 parent 547e54e commit e59241c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormTypeGuesserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function guessType($class, $property);
3232
* @param string $class The fully qualified class name
3333
* @param string $property The name of the property to guess for
3434
*
35-
* @return Guess\ValueGuess A guess for the field's required setting
35+
* @return Guess\ValueGuess|null A guess for the field's required setting
3636
*/
3737
public function guessRequired($class, $property);
3838

0 commit comments

Comments
 (0)