Skip to content

Commit 7084a74

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: fix translation domain tag the FileType service as a form type [Validator] Fix GroupSequenceProvider annotation Update ajax security cheat sheet link Fix AuthenticationException::getToken typehint
2 parents 61c7950 + 29c3dc8 commit 7084a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Constraints/GroupSequence.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class GroupSequence
5757
/**
5858
* The groups in the sequence.
5959
*
60-
* @var string[]|array[]|GroupSequence[]
60+
* @var string[]|string[][]|GroupSequence[]
6161
*/
6262
public $groups;
6363

GroupSequenceProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface GroupSequenceProviderInterface
2222
* Returns which validation groups should be used for a certain state
2323
* of the object.
2424
*
25-
* @return string[]|GroupSequence An array of validation groups
25+
* @return string[]|string[][]|GroupSequence An array of validation groups
2626
*/
2727
public function getGroupSequence();
2828
}

0 commit comments

Comments
 (0)