Browse Source

fix another example

antograssiot 11 years ago
parent
commit
fb6819ab2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Statement/StatementDecorator.php

+ 1 - 1
src/Database/Statement/StatementDecorator.php

@@ -81,7 +81,7 @@ class StatementDecorator implements StatementInterface, \Countable, \IteratorAgg
  * $statement->bindValue(1, 'a title');
  * $statement->bindValue('active', true, 'boolean');
  * $statement->bindValue(5, new \DateTime(), 'date');
- * }}
+ * }}}
  *
  * @param string|int $column name or param position to be bound
  * @param mixed $value The value to bind to variable in query