This commit is contained in:
Manuel Raynaud
2014-03-10 12:33:16 +01:00
parent 081695671e
commit fcdb87015f
4 changed files with 1 additions and 4 deletions

View File

@@ -23,7 +23,6 @@
namespace Thelia\Condition\Implementation; namespace Thelia\Condition\Implementation;
/** /**
* Allow every one, perform no check * Allow every one, perform no check
* *

View File

@@ -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 :)

View File

@@ -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;

View File

@@ -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)