Skip to content

Commit 4dde4e7

Browse files
[Validator] fix return type declarations
1 parent f44a63a commit 4dde4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Context/ExecutionContextInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public function getMetadata();
283283
/**
284284
* Returns the validation group that is currently being validated.
285285
*
286-
* @return string The current validation group
286+
* @return string|null The current validation group
287287
*/
288288
public function getGroup();
289289

0 commit comments

Comments
 (0)