@@ -90,7 +90,7 @@ |
||
90 | 90 | /** |
91 | 91 | * ルーティング名を取得する. |
92 | 92 | * |
93 | - * @param $request |
|
93 | + * @param \Symfony\Component\HttpFoundation\Request $request |
|
94 | 94 | * |
95 | 95 | * @return string |
96 | 96 | */ |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use Symfony\Component\Form\FormBuilderInterface; |
25 | 25 | use Symfony\Component\Form\FormEvent; |
26 | 26 | use Symfony\Component\Form\FormEvents; |
27 | -use Symfony\Component\HttpFoundation\Session\Session; |
|
28 | 27 | use Symfony\Component\HttpFoundation\Session\SessionInterface; |
29 | 28 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
30 | 29 | use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
@@ -192,7 +192,7 @@ |
||
192 | 192 | * @param OrderService $orderService |
193 | 193 | * @param BaseInfoRepository $baseInfoRepository |
194 | 194 | * @param AuthorizationCheckerInterface $authorizationChecker |
195 | - * @param \Mobile_Detect $mobileDetect |
|
195 | + * @param \Mobile_Detect $mobileDietect |
|
196 | 196 | */ |
197 | 197 | public function __construct( |
198 | 198 | MailTemplateRepository $mailTemplateRepository, |