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

@@ -26,10 +26,6 @@ namespace Thelia\Exception;
use Thelia\Log\Tlog;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Thrown when an Expired Coupon is tried
*
* @package Coupon

View File

@@ -26,10 +26,6 @@ namespace Thelia\Exception;
use Thelia\Log\Tlog;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Thrown when a Condition is badly implemented
*
* @package Condition

View File

@@ -26,10 +26,6 @@ namespace Thelia\Exception;
use Thelia\Log\Tlog;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Thrown when a Condition receive an invalid Operator
*
* @package Condition

View File

@@ -26,10 +26,6 @@ namespace Thelia\Exception;
use Thelia\Log\Tlog;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Thrown when a Condition receives an invalid Parameter
*
* @package Condition

View File

@@ -26,10 +26,6 @@ namespace Thelia\Exception;
use Thelia\Log\Tlog;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Thrown when the Facade is not set
*
* @package Coupon

View File

@@ -26,10 +26,6 @@ namespace Thelia\Exception;
use Symfony\Component\DependencyInjection\Exception\BadMethodCallException;
/**
* Created by JetBrains PhpStorm.
* Date: 8/19/13
* Time: 3:24 PM
*
* Thrown when an Abstract method has not been implemented
*
* @package Exception