Skip to content

Commit

Permalink
Remove unnecessary aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
bar committed Mar 11, 2014
1 parent 360fe38 commit 4038cd2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Datasource/QueryTrait.php
Expand Up @@ -245,7 +245,7 @@ public function mapReduce(callable $mapper = null, callable $reducer = null, $ov
}

/**
* 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
Expand Down
1 change: 0 additions & 1 deletion src/ORM/Association/BelongsTo.php
Expand Up @@ -19,7 +19,6 @@
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;

Expand Down
1 change: 0 additions & 1 deletion src/ORM/Association/HasMany.php
Expand Up @@ -19,7 +19,6 @@
use Cake\ORM\Association\DependentDeleteTrait;
use Cake\ORM\Association\ExternalAssociationTrait;
use Cake\ORM\Entity;
use Cake\ORM\Query;
use Cake\ORM\Table;

/**
Expand Down
1 change: 0 additions & 1 deletion src/ORM/Association/HasOne.php
Expand Up @@ -20,7 +20,6 @@
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;

Expand Down

0 comments on commit 4038cd2

Please sign in to comment.