Skip to content

Commit f4b9407

Browse files
VincentLangletondrejmirtes
authored andcommitted
Synchronize stub with symfony
1 parent 3fbf634 commit f4b9407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Symfony/Component/Validator/Constraints/Compound.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Symfony\Component\Validator\Constraint;
77
abstract class Compound extends Composite
88
{
99
/**
10-
* @param array<mixed> $options
10+
* @param array<string, mixed> $options
1111
* @return array<Constraint>
1212
*/
1313
abstract protected function getConstraints(array $options): array;

0 commit comments

Comments
 (0)