Skip to content

Commit

Permalink
Fixing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 10, 2013
1 parent 7be898b commit e0cad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/ORM/Query.php
Expand Up @@ -494,7 +494,7 @@ public function aliasFields($fields, $defaultAlias = null) {
* - having: Maps to the having method
* - contain: Maps to the contain options for eager loading
* - join: Maps to the join method
* @return Query
* @return Cake\ORM\Query
*/
public function applyOptions(array $options) {
$valid = [
Expand Down

0 comments on commit e0cad2a

Please sign in to comment.