|
|
@@ -24,7 +24,7 @@ use PDO;
|
|
|
class SqlserverStatement extends PDOStatement {
|
|
|
|
|
|
/**
|
|
|
- * {$@inheritdoc}
|
|
|
+ * {@inheritDoc}
|
|
|
*
|
|
|
* The SQL Server PDO driver requires that binary parameters be bound with the SQLSRV_ENCODING_BINARY attribute.
|
|
|
* This overrides the PDOStatement::bindValue method in order to bind binary columns using the required attribute.
|
|
|
@@ -42,4 +42,4 @@ class SqlserverStatement extends PDOStatement {
|
|
|
$this->_statement->bindValue($column, $value, $type);
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|