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;
/**
* Allow every one, perform no check
*

View File

@@ -23,7 +23,6 @@
namespace Thelia\Core\Event\Customer;
class CustomerLoginEvent extends CustomerEvent
{
// Nothing specific :)

View File

@@ -23,7 +23,6 @@
namespace Thelia\Core\Event\FeatureProduct;
class FeatureProductUpdateEvent extends FeatureProductEvent
{
protected $product_id;

View File

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