@@ -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 | */ |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | namespace Eccube\Entity; |
15 | 15 | |
16 | -use Doctrine\Common\Annotations\Reader; |
|
17 | 16 | use Doctrine\Common\Collections\Collection; |
18 | 17 | use Doctrine\Common\Inflector\Inflector; |
19 | 18 | use Doctrine\ORM\Mapping\Id; |
@@ -37,6 +37,9 @@ discard block |
||
37 | 37 | $logger->error($message, $context); |
38 | 38 | } |
39 | 39 | |
40 | +/** |
|
41 | + * @param string $message |
|
42 | + */ |
|
40 | 43 | function log_warning($message, array $context = []) |
41 | 44 | { |
42 | 45 | $logger = LoggerFacade::create(); |
@@ -55,6 +58,9 @@ discard block |
||
55 | 58 | $logger->info($message, $context); |
56 | 59 | } |
57 | 60 | |
61 | +/** |
|
62 | + * @param string $message |
|
63 | + */ |
|
58 | 64 | function log_debug($message, array $context = []) |
59 | 65 | { |
60 | 66 | $logger = LoggerFacade::create(); |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use Eccube\Repository\OrderRepository; |
29 | 29 | use Eccube\Repository\ProductRepository; |
30 | 30 | use Eccube\Repository\ShippingRepository; |
31 | -use Eccube\Util\EntityUtil; |
|
32 | 31 | use Eccube\Util\FormUtil; |
33 | 32 | use Symfony\Component\Form\FormFactoryInterface; |
34 | 33 | use Symfony\Component\HttpFoundation\Request; |