Skip to content

Commit

Permalink
Improving doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 31, 2016
1 parent 22d75de commit f4c6dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Query.php
Expand Up @@ -423,8 +423,8 @@ public function modifier($modifiers, $overwrite = false)
* ```
*
* @param array|string $tables tables to be added to the list. This argument, can be
* a string, or an associative array of aliases and strings/expression objects. See
* the examples above for the valid call types.
* passed as an array of strings, array of expression objects, or a single string. See
* the examples above for the valid call types.
* @param bool $overwrite whether to reset tables with passed list or not
* @return $this
*/
Expand Down

0 comments on commit f4c6dcb

Please sign in to comment.