From fcdb87015fedc87a885bdd9a375b1c6ca4d6b907 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 10 Mar 2014 12:33:16 +0100 Subject: [PATCH] fix cs --- core/lib/Thelia/Condition/Implementation/MatchForEveryone.php | 1 - core/lib/Thelia/Core/Event/Customer/CustomerLoginEvent.php | 1 - .../Core/Event/FeatureProduct/FeatureProductUpdateEvent.php | 1 - core/lib/Thelia/Core/Template/Smarty/AbstractSmartyPlugin.php | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/lib/Thelia/Condition/Implementation/MatchForEveryone.php b/core/lib/Thelia/Condition/Implementation/MatchForEveryone.php index 9d3979a2b..92edec3ba 100644 --- a/core/lib/Thelia/Condition/Implementation/MatchForEveryone.php +++ b/core/lib/Thelia/Condition/Implementation/MatchForEveryone.php @@ -23,7 +23,6 @@ namespace Thelia\Condition\Implementation; - /** * Allow every one, perform no check * diff --git a/core/lib/Thelia/Core/Event/Customer/CustomerLoginEvent.php b/core/lib/Thelia/Core/Event/Customer/CustomerLoginEvent.php index 2337da847..654039435 100644 --- a/core/lib/Thelia/Core/Event/Customer/CustomerLoginEvent.php +++ b/core/lib/Thelia/Core/Event/Customer/CustomerLoginEvent.php @@ -23,7 +23,6 @@ namespace Thelia\Core\Event\Customer; - class CustomerLoginEvent extends CustomerEvent { // Nothing specific :) diff --git a/core/lib/Thelia/Core/Event/FeatureProduct/FeatureProductUpdateEvent.php b/core/lib/Thelia/Core/Event/FeatureProduct/FeatureProductUpdateEvent.php index 32f51daca..894783698 100644 --- a/core/lib/Thelia/Core/Event/FeatureProduct/FeatureProductUpdateEvent.php +++ b/core/lib/Thelia/Core/Event/FeatureProduct/FeatureProductUpdateEvent.php @@ -23,7 +23,6 @@ namespace Thelia\Core\Event\FeatureProduct; - class FeatureProductUpdateEvent extends FeatureProductEvent { protected $product_id; diff --git a/core/lib/Thelia/Core/Template/Smarty/AbstractSmartyPlugin.php b/core/lib/Thelia/Core/Template/Smarty/AbstractSmartyPlugin.php index 57227d894..611be2dbe 100644 --- a/core/lib/Thelia/Core/Template/Smarty/AbstractSmartyPlugin.php +++ b/core/lib/Thelia/Core/Template/Smarty/AbstractSmartyPlugin.php @@ -35,7 +35,7 @@ abstract class AbstractSmartyPlugin /** * Explode a comma separated list in a array, trimming all array elements * - * @param mixed $commaSeparatedValues + * @param mixed $commaSeparatedValues * @return mixed: */ protected function explode($commaSeparatedValues)