Skip to content

Commit

Permalink
php 8.1 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 25, 2024
1 parent ef38527 commit aebea46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Symfony/Validator/State/ParameterValidatorProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
*
* @experimental
*/
final readonly class ParameterValidatorProvider implements ProviderInterface
final class ParameterValidatorProvider implements ProviderInterface
{
public function __construct(
private ProviderInterface $decorated,
private ValidatorInterface $validator
private readonly ProviderInterface $decorated,
private readonly ValidatorInterface $validator
) {
}

Expand Down

0 comments on commit aebea46

Please sign in to comment.