Skip to content

Commit

Permalink
removing extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 22, 2016
1 parent 1d388ea commit e35ab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Query.php
Expand Up @@ -1685,7 +1685,7 @@ public function traverseExpressions(callable $callback)
*
* If type is expressed as "atype[]" (note braces) then it will cause the
* placeholder to be re-written dynamically so if the value is an array, it
* will create as many placeholders as values are in it. For example:
* will create as many placeholders as values are in it. For example:
*
* ```
* $query->bind(':id', [1, 2, 3], 'int[]');
Expand Down

0 comments on commit e35ab33

Please sign in to comment.