update changelog and fix cs

This commit is contained in:
Manuel Raynaud
2014-02-22 19:01:37 +01:00
parent b833b4a5b6
commit a5cfcf91ca
590 changed files with 21397 additions and 24262 deletions

View File

@@ -4,7 +4,6 @@ namespace Thelia\Model;
use Thelia\Model\Base\OrderAddressQuery as BaseOrderAddressQuery;
/**
* Skeleton subclass for performing query and update operations on the 'order_address' table.
*
@@ -15,6 +14,6 @@ use Thelia\Model\Base\OrderAddressQuery as BaseOrderAddressQuery;
* long as it does not already exist in the output directory.
*
*/
class OrderAddressQuery extends BaseOrderAddressQuery {
class OrderAddressQuery extends BaseOrderAddressQuery
{
} // OrderAddressQuery