diff --git a/src/Database/Statement/SqlserverStatement.php b/src/Database/Statement/SqlserverStatement.php index eb3b7dc1aa4..f718c730b45 100644 --- a/src/Database/Statement/SqlserverStatement.php +++ b/src/Database/Statement/SqlserverStatement.php @@ -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. @@ -42,4 +42,4 @@ public function bindValue($column, $value, $type = 'string') { $this->_statement->bindValue($column, $value, $type); } } -} \ No newline at end of file +}