diff --git a/src/Validator/Constraints/IsTrue.php b/src/Validator/Constraints/IsTrue.php index 808dc93..eb43f6d 100644 --- a/src/Validator/Constraints/IsTrue.php +++ b/src/Validator/Constraints/IsTrue.php @@ -15,7 +15,7 @@ class IsTrue extends Constraint public $invalidHostMessage = 'The captcha was not resolved on the right domain.'; - public function __construct(array $options = null, string $message = null, string invalidHostMessage = null, array $groups = null, $payload = null) + public function __construct(array $options = null, string $message = null, string $invalidHostMessage = null, array $groups = null, $payload = null) { parent::__construct($options ?? [], $groups, $payload);