|
|
@@ -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
|