@@ -24,7 +24,6 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace Eccube\Command; |
| 26 | 26 | |
| 27 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 28 | 27 | use Symfony\Component\Console\Input\InputInterface; |
| 29 | 28 | use Symfony\Component\Console\Output\OutputInterface; |
| 30 | 29 | use Symfony\Component\Console\Input\InputOption; |
@@ -24,12 +24,10 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace Eccube\Controller\Admin\Product; |
| 26 | 26 | |
| 27 | -use Doctrine\ORM\EntityManagerInterface; |
|
| 28 | 27 | use Symfony\Component\Form\FormError; |
| 29 | 28 | use Symfony\Component\HttpFoundation\Request; |
| 30 | 29 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
| 31 | 30 | use Symfony\Component\Validator\Constraints as Assert; |
| 32 | - |
|
| 33 | 31 | use Eccube\Application; |
| 34 | 32 | use Eccube\Common\Constant; |
| 35 | 33 | use Eccube\Entity\ClassName; |
@@ -123,7 +123,7 @@ |
||
| 123 | 123 | 'allow_add' => true, |
| 124 | 124 | 'allow_delete' => true, |
| 125 | 125 | 'data' => $ProductClasses, |
| 126 | - )) |
|
| 126 | + )) |
|
| 127 | 127 | ->getForm() |
| 128 | 128 | ->createView(); |
| 129 | 129 | } |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | namespace Eccube\Controller\Admin\Setting\System; |
| 25 | 25 | |
| 26 | -use Doctrine\Common\Util\Debug; |
|
| 27 | 26 | use Eccube\Application; |
| 28 | 27 | use Eccube\Controller\AbstractController; |
| 29 | 28 | use Symfony\Component\HttpFoundation\Request; |
@@ -28,9 +28,7 @@ |
||
| 28 | 28 | use Eccube\Common\Constant; |
| 29 | 29 | use Eccube\Util\Str; |
| 30 | 30 | use Eccube\Controller\AbstractController; |
| 31 | - |
|
| 32 | 31 | use Symfony\Component\HttpFoundation\Request; |
| 33 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
| 34 | 32 | use Symfony\Component\Yaml\Yaml; |
| 35 | 33 | |
| 36 | 34 | |
@@ -28,7 +28,6 @@ |
||
| 28 | 28 | use Eccube\Entity\Master\DeviceType; |
| 29 | 29 | use Eccube\Util\Str; |
| 30 | 30 | use Symfony\Component\Filesystem\Filesystem; |
| 31 | -use Symfony\Component\Finder\Finder; |
|
| 32 | 31 | use Symfony\Component\Form\FormError; |
| 33 | 32 | use Symfony\Component\HttpFoundation\Request; |
| 34 | 33 | use Symfony\Component\HttpFoundation\Response; |
@@ -25,9 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | use Symfony\Component\Form\AbstractType; |
| 27 | 27 | use Symfony\Component\Form\FormBuilderInterface; |
| 28 | -use Symfony\Component\Form\FormEvents; |
|
| 29 | 28 | use Symfony\Component\Validator\Constraints as Assert; |
| 30 | -use Symfony\Component\OptionsResolver\Options; |
|
| 31 | 29 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 32 | 30 | |
| 33 | 31 | /** |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | |
| 27 | 27 | use Eccube\Common\Constant; |
| 28 | 28 | use Eccube\Util\EntityUtil; |
| 29 | -use Symfony\Component\Form\FormFactory; |
|
| 30 | 29 | use Symfony\Component\HttpFoundation\Request; |
| 31 | 30 | |
| 32 | 31 | class CsvExportService |
@@ -23,8 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | namespace Eccube\Service; |
| 25 | 25 | |
| 26 | -use Eccube\Application; |
|
| 27 | - |
|
| 28 | 26 | |
| 29 | 27 | /** |
| 30 | 28 | * Copyright (C) 2012-2014 David de Boer <[email protected]> |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | |
| 50 | 50 | return $phpinfo; |
| 51 | 51 | |
| 52 | - break; |
|
| 52 | + break; |
|
| 53 | 53 | default: |
| 54 | 54 | break; |
| 55 | 55 | } |
@@ -61,8 +61,8 @@ discard block |
||
| 61 | 61 | )); |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | - public function getSystemInfo(Application $app) |
|
| 65 | - { |
|
| 64 | + public function getSystemInfo(Application $app) |
|
| 65 | + { |
|
| 66 | 66 | $system = $app['eccube.service.system']; |
| 67 | 67 | $server = $app['request']; |
| 68 | 68 | |
@@ -78,5 +78,5 @@ discard block |
||
| 78 | 78 | $arrSystemInfo[] = array('title' => 'HTTPユーザーエージェント', 'value' => $server->headers->get('User-Agent')); |
| 79 | 79 | |
| 80 | 80 | return $arrSystemInfo; |
| 81 | - } |
|
| 81 | + } |
|
| 82 | 82 | } |