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)