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\AttributeCombinationQuery as BaseAttributeCombinationQuery;
/**
* Skeleton subclass for performing query and update operations on the 'attribute_combination' table.
*
@@ -15,6 +14,6 @@ use Thelia\Model\Base\AttributeCombinationQuery as BaseAttributeCombinationQuery
* long as it does not already exist in the output directory.
*
*/
class AttributeCombinationQuery extends BaseAttributeCombinationQuery {
class AttributeCombinationQuery extends BaseAttributeCombinationQuery
{
} // AttributeCombinationQuery