Browse Source

Remove unnecessary aliases.

Ber Clausen 12 years ago
parent
commit
4038cd25ed

+ 1 - 1
src/Datasource/QueryTrait.php

@@ -245,7 +245,7 @@ trait QueryTrait {
 	}
 
 /**
- * Registers a new formatter callback function that is to be executed when trying 
+ * Registers a new formatter callback function that is to be executed when trying
  * to fetch the results from the database.
  *
  * Formatting callbacks will get a first parameter, a `ResultSetDecorator`, that

+ 0 - 1
src/ORM/Association/BelongsTo.php

@@ -19,7 +19,6 @@ namespace Cake\ORM\Association;
 use Cake\Database\Expression\IdentifierExpression;
 use Cake\ORM\Association;
 use Cake\ORM\Entity;
-use Cake\ORM\Query;
 use Cake\ORM\Table;
 use Cake\Utility\Inflector;
 

+ 0 - 1
src/ORM/Association/HasMany.php

@@ -19,7 +19,6 @@ use Cake\ORM\Association;
 use Cake\ORM\Association\DependentDeleteTrait;
 use Cake\ORM\Association\ExternalAssociationTrait;
 use Cake\ORM\Entity;
-use Cake\ORM\Query;
 use Cake\ORM\Table;
 
 /**

+ 0 - 1
src/ORM/Association/HasOne.php

@@ -20,7 +20,6 @@ use Cake\Database\Expression\IdentifierExpression;
 use Cake\ORM\Association;
 use Cake\ORM\Association\DependentDeleteTrait;
 use Cake\ORM\Entity;
-use Cake\ORM\Query;
 use Cake\ORM\Table;
 use Cake\Utility\Inflector;