Coupon : Fix mistake with chmod, file mode set as 644 as it originally was

Remove submodule
This commit is contained in:
gmorel
2013-12-30 21:37:26 +01:00
parent 67b89dbecd
commit cfbc579022
47 changed files with 14 additions and 192 deletions

View File

@@ -27,10 +27,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
use Thelia\Condition\Implementation\ConditionInterface;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Manage a set of ConditionInterface
*
* @package Condition

View File

@@ -30,10 +30,6 @@ use Thelia\Condition\ConditionCollection;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Validate Conditions
*
* @package Condition

View File

@@ -30,10 +30,6 @@ use Thelia\Condition\ConditionCollection;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Manage how Condition could interact with the current application state (Thelia)
*
* @package Constraint

View File

@@ -24,10 +24,6 @@
namespace Thelia\Condition;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Manage how Condition could interact with each others
*
* @package Condition

View File

@@ -24,10 +24,6 @@
namespace Thelia\Condition;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Manage how Condition could interact with each other
*
* @package Condition

View File

@@ -34,10 +34,6 @@ use Thelia\Model\Currency;
use Thelia\Type\FloatType;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Assist in writing a condition of whether the Condition is applied or not
*
* @package Constraint

View File

@@ -28,10 +28,6 @@ use Thelia\Core\Translation\Translator;
use Thelia\Coupon\FacadeInterface;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Manage how the application checks its state in order to check if it matches the implemented condition
*
* @package Condition

View File

@@ -27,10 +27,6 @@ use InvalidArgumentException;
use Thelia\Condition\Implementation\ConditionAbstract;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Allow every one, perform no check
*
* @package Condition

View File

@@ -31,10 +31,6 @@ use Thelia\Model\Currency;
use Thelia\Model\CurrencyQuery;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Condition AvailableForTotalAmount
* Check if a Checkout total amount match criteria
*

View File

@@ -30,10 +30,6 @@ use Thelia\Exception\InvalidConditionOperatorException;
use Thelia\Exception\InvalidConditionValueException;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Check a Checkout against its Product number
*
* @package Condition

View File

@@ -26,10 +26,6 @@ namespace Thelia\Condition;
use Thelia\Core\Translation\Translator;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Represent available Operations in condition checking
*
* @package Constraint

View File

@@ -24,10 +24,6 @@
namespace Thelia\Condition;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* A condition ready to be serialized and stored in DataBase
*
* @package Condition