From 4c4b02b0964be331a0fb93b80a28158aaf02fb6c Mon Sep 17 00:00:00 2001 From: Thinking Media Date: Wed, 24 Aug 2016 23:46:56 -0400 Subject: [PATCH] Missing @return FYI: Return type is not inherited with @inheritDoc is used. --- src/ORM/Query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ORM/Query.php b/src/ORM/Query.php index b3f84822df0..17f0f9db4dc 100644 --- a/src/ORM/Query.php +++ b/src/ORM/Query.php @@ -180,6 +180,7 @@ public function __construct($connection, $table) * @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) {