src/App/Validator/Constraints/RRule.php line 7

Open in your IDE?
  1. <?php
  2. namespace App\Validator\Constraints;
  3. use Symfony\Component\Validator\Constraint;
  4. class RRule extends Constraint
  5. {
  6.     public string $message 'The string "{{ string }}" is not a valid RRule expression.';
  7. }