fix cs
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
namespace Thelia\Condition\Implementation;
|
||||
|
||||
|
||||
/**
|
||||
* Allow every one, perform no check
|
||||
*
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
namespace Thelia\Core\Event\Customer;
|
||||
|
||||
|
||||
class CustomerLoginEvent extends CustomerEvent
|
||||
{
|
||||
// Nothing specific :)
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
namespace Thelia\Core\Event\FeatureProduct;
|
||||
|
||||
|
||||
class FeatureProductUpdateEvent extends FeatureProductEvent
|
||||
{
|
||||
protected $product_id;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user