Browse Source

Missing @return

FYI: Return type is not inherited with @inheritDoc is used.
Thinking Media 9 years ago
parent
commit
4c4b02b096
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)
     {