Skip to content

Commit 63fc63f

Browse files
Merge branch '3.4' into 4.3
* 3.4: (21 commits) [SecurityBundle] fix return type declarations [BrowserKit] fix return type declarations [PropertyInfo] fix return type declarations [Bridge/Doctrine] fix return type declarations [Form] fix return type declarations [Console] fix return type declarations [Intl] fix return type declarations [Templating] fix return type declarations [DomCrawler] fix return type declarations [Validator] fix return type declarations [Process] fix return type declarations [Workflow] fix return type declarations [Cache] fix return type declarations [Serializer] fix return type declarations [Translation] fix return type declarations [DI] fix return type declarations [Config] fix return type declarations [HttpKernel] Fix return type declarations [Security] Fix return type declarations [Routing] Fix return type declarations ...
2 parents 4e0f8d9 + 4dde4e7 commit 63fc63f

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)