We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbf634 commit 2b40e76Copy full SHA for 2b40e76
stubs/Symfony/Component/Validator/Constraints/Compound.stub
@@ -7,7 +7,7 @@ use Symfony\Component\Validator\Constraint;
7
abstract class Compound extends Composite
8
{
9
/**
10
- * @param array<mixed> $options
+ * @param array<string, mixed> $options
11
* @return array<Constraint>
12
*/
13
abstract protected function getConstraints(array $options): array;
0 commit comments