Applied Windows version of php-cs script
This commit is contained in:
@@ -4,7 +4,6 @@ namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\CouponCountryQuery as BaseCouponCountryQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'coupon_country' table.
|
||||
*
|
||||
|
||||
@@ -4,7 +4,6 @@ namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\CouponCustomerCountQuery as BaseCouponCustomerCountQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'coupon_customer_count' table.
|
||||
*
|
||||
|
||||
@@ -4,7 +4,6 @@ namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\CouponModuleQuery as BaseCouponModuleQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'coupon_module' table.
|
||||
*
|
||||
|
||||
@@ -25,6 +25,7 @@ class Order extends BaseOrder
|
||||
public function setChoosenDeliveryAddress($choosenDeliveryAddress)
|
||||
{
|
||||
$this->choosenDeliveryAddress = $choosenDeliveryAddress;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
@@ -42,6 +43,7 @@ class Order extends BaseOrder
|
||||
public function setChoosenInvoiceAddress($choosenInvoiceAddress)
|
||||
{
|
||||
$this->choosenInvoiceAddress = $choosenInvoiceAddress;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\OrderCouponCountryQuery as BaseOrderCouponCountryQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'order_coupon_country' table.
|
||||
*
|
||||
|
||||
@@ -4,7 +4,6 @@ namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\OrderCouponModuleQuery as BaseOrderCouponModuleQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'order_coupon_module' table.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user