Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed May 20, 2014
1 parent d9a6e49 commit 194beed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Statement/SqlserverStatement.php
Expand Up @@ -24,7 +24,7 @@
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.
Expand All @@ -42,4 +42,4 @@ public function bindValue($column, $value, $type = 'string') {
$this->_statement->bindValue($column, $value, $type);
}
}
}
}

0 comments on commit 194beed

Please sign in to comment.