Skip to content

Commit

Permalink
Fixing doc block and CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 1, 2013
1 parent cebe72c commit 9f16138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/ORM/Query.php
Expand Up @@ -16,10 +16,10 @@
*/
namespace Cake\ORM;

use Cake\Event\Event;
use Cake\Database\Query as DatabaseQuery;
use Cake\Database\Statement\BufferedStatement;
use Cake\Database\Statement\CallbackStatement;
use Cake\Event\Event;

/**
* Extends the base Query class to provide new methods related to association
Expand Down Expand Up @@ -543,7 +543,7 @@ public function applyOptions(array $options) {
}

/**
* Returns an array with the custom options that where applied to this query
* Returns an array with the custom options that were applied to this query
* and that were not already processed by another method in this class.
*
* ###Example:
Expand Down

0 comments on commit 9f16138

Please sign in to comment.