Skip to content

Commit

Permalink
Synchronize stub with symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and ondrejmirtes committed Apr 14, 2024
1 parent 3fbf634 commit f4b9407
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Symfony\Component\Validator\Constraint;
abstract class Compound extends Composite
{
/**
* @param array<mixed> $options
* @param array<string, mixed> $options
* @return array<Constraint>
*/
abstract protected function getConstraints(array $options): array;
Expand Down

0 comments on commit f4b9407

Please sign in to comment.