From e28d64520ab6266769d8ae64ab6c863c634c3538 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Tue, 26 Jun 2018 17:29:32 +0900 Subject: [PATCH] Apply php-cs-fixer --- src/Eccube/Controller/Install/InstallController.php | 1 + src/Eccube/Form/Type/Front/CustomerAddressType.php | 1 + src/Eccube/Form/Type/SearchProductType.php | 2 +- src/Eccube/ServiceProvider/QueriesServiceProvider.php | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Eccube/Controller/Install/InstallController.php b/src/Eccube/Controller/Install/InstallController.php index 18f133107b6..631854164ba 100644 --- a/src/Eccube/Controller/Install/InstallController.php +++ b/src/Eccube/Controller/Install/InstallController.php @@ -561,6 +561,7 @@ public function extractDatabaseUrl($url) } /** + * @param array $params * * @return string * diff --git a/src/Eccube/Form/Type/Front/CustomerAddressType.php b/src/Eccube/Form/Type/Front/CustomerAddressType.php index 0773044ff3c..537d83e2d13 100644 --- a/src/Eccube/Form/Type/Front/CustomerAddressType.php +++ b/src/Eccube/Form/Type/Front/CustomerAddressType.php @@ -36,6 +36,7 @@ class CustomerAddressType extends AbstractType protected $eccubeConfig; /** + * @param EccubeConfig $eccubeConfig */ public function __construct(EccubeConfig $eccubeConfig) { diff --git a/src/Eccube/Form/Type/SearchProductType.php b/src/Eccube/Form/Type/SearchProductType.php index 855929d96ff..3fe9e4c0913 100644 --- a/src/Eccube/Form/Type/SearchProductType.php +++ b/src/Eccube/Form/Type/SearchProductType.php @@ -13,7 +13,6 @@ namespace Eccube\Form\Type; -use Eccube\Application; use Eccube\Form\Type\Master\ProductListMaxType; use Eccube\Form\Type\Master\ProductListOrderByType; use Eccube\Repository\CategoryRepository; @@ -34,6 +33,7 @@ class SearchProductType extends AbstractType /** * SearchProductType constructor. * + * @param CategoryRepository $categoryRepository */ public function __construct(CategoryRepository $categoryRepository) { diff --git a/src/Eccube/ServiceProvider/QueriesServiceProvider.php b/src/Eccube/ServiceProvider/QueriesServiceProvider.php index bb92791c79d..1ea062cd7fb 100644 --- a/src/Eccube/ServiceProvider/QueriesServiceProvider.php +++ b/src/Eccube/ServiceProvider/QueriesServiceProvider.php @@ -24,6 +24,7 @@ class QueriesServiceProvider implements ServiceProviderInterface * This method should only be used to configure services and parameters. * It should not get services. * + * @param Container $app A container instance */ public function register(Container $app) {