fix cs
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
namespace Thelia\Condition\Implementation;
|
namespace Thelia\Condition\Implementation;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allow every one, perform no check
|
* Allow every one, perform no check
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
namespace Thelia\Core\Event\Customer;
|
namespace Thelia\Core\Event\Customer;
|
||||||
|
|
||||||
|
|
||||||
class CustomerLoginEvent extends CustomerEvent
|
class CustomerLoginEvent extends CustomerEvent
|
||||||
{
|
{
|
||||||
// Nothing specific :)
|
// Nothing specific :)
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
namespace Thelia\Core\Event\FeatureProduct;
|
namespace Thelia\Core\Event\FeatureProduct;
|
||||||
|
|
||||||
|
|
||||||
class FeatureProductUpdateEvent extends FeatureProductEvent
|
class FeatureProductUpdateEvent extends FeatureProductEvent
|
||||||
{
|
{
|
||||||
protected $product_id;
|
protected $product_id;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ abstract class AbstractSmartyPlugin
|
|||||||
/**
|
/**
|
||||||
* Explode a comma separated list in a array, trimming all array elements
|
* Explode a comma separated list in a array, trimming all array elements
|
||||||
*
|
*
|
||||||
* @param mixed $commaSeparatedValues
|
* @param mixed $commaSeparatedValues
|
||||||
* @return mixed:
|
* @return mixed:
|
||||||
*/
|
*/
|
||||||
protected function explode($commaSeparatedValues)
|
protected function explode($commaSeparatedValues)
|
||||||
|
|||||||
Reference in New Issue
Block a user