From 710f98539cfb31b41d8d6d2c16f72d708b085c69 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Tue, 11 Jan 2022 18:28:12 +0100 Subject: [PATCH] fixed PHPDoc comments --- Type/CaptchaType.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Type/CaptchaType.php b/Type/CaptchaType.php index f5a78ec..63a99ed 100644 --- a/Type/CaptchaType.php +++ b/Type/CaptchaType.php @@ -14,7 +14,8 @@ use Symfony\Contracts\Translation\TranslatorInterface; use Gregwar\CaptchaBundle\Validator\CaptchaValidator; use Gregwar\CaptchaBundle\Generator\CaptchaGenerator; -use Symfony\Component\HttpFoundation\RequestStack; +use Symfony\Component\HttpFoundation\RequestStack; +use Symfony\Component\HttpFoundation\Session\SessionInterface; /** * Captcha type. @@ -38,7 +39,7 @@ class CaptchaType extends AbstractType private $options; /** - * @param SessionInterface $session + * @param RequestStack $requestStack * @param CaptchaGenerator $generator * @param TranslatorInterface $translator * @param array $options