Skip to content

Commit

Permalink
Apply php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jun 26, 2018
1 parent 988a912 commit e28d645
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Eccube/Controller/Install/InstallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ public function extractDatabaseUrl($url)
}

/**
* @param array $params
*
* @return string
*
Expand Down
1 change: 1 addition & 0 deletions src/Eccube/Form/Type/Front/CustomerAddressType.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class CustomerAddressType extends AbstractType
protected $eccubeConfig;

/**
* @param EccubeConfig $eccubeConfig
*/
public function __construct(EccubeConfig $eccubeConfig)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Eccube/Form/Type/SearchProductType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -34,6 +33,7 @@ class SearchProductType extends AbstractType
/**
* SearchProductType constructor.
*
* @param CategoryRepository $categoryRepository
*/
public function __construct(CategoryRepository $categoryRepository)
{
Expand Down
1 change: 1 addition & 0 deletions src/Eccube/ServiceProvider/QueriesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e28d645

Please sign in to comment.