Browse Source

Merge pull request #9344 from thinkingmedia/patch-9

Missing @return
ADmad 9 years ago
parent
commit
e90381362f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ORM/Query.php

+ 1 - 0
src/ORM/Query.php

@@ -180,6 +180,7 @@ class Query extends DatabaseQuery implements JsonSerializable, QueryInterface
      * @param array|\Cake\Database\ExpressionInterface|string|\Cake\ORM\Table|\Cake\ORM\Association $fields fields
      * to be added to the list.
      * @param bool $overwrite whether to reset fields with passed list or not
+     * @return $this
      */
     public function select($fields = [], $overwrite = false)
     {