Applied Windows version of php-cs script

This commit is contained in:
Franck Allimant
2014-05-17 12:00:08 +02:00
parent f772a49dcc
commit cae0db00eb
8 changed files with 6 additions and 9 deletions

View File

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