Browse Source

removing extra whitespace

José Lorenzo Rodríguez 10 years ago
parent
commit
e35ab337aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Query.php

+ 1 - 1
src/Database/Query.php

@@ -1685,7 +1685,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      *
      * 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[]');