Skip to content

Commit

Permalink
Fix up doc block return types for chaining.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 15, 2017
1 parent cd379b2 commit 3c728d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Query.php
Expand Up @@ -554,7 +554,7 @@ public function from($tables = [], $overwrite = false)
* @param array $types associative array of type names used to bind values to query
* @param bool $overwrite whether to reset joins with passed list or not
* @see \Cake\Database\Type
* @return $this
* @return $this|array
*/
public function join($tables = null, $types = [], $overwrite = false)
{
Expand Down

0 comments on commit 3c728d7

Please sign in to comment.