summaryrefslogtreecommitdiff
path: root/framework/Testing/Data
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Testing/Data')
-rwxr-xr-xframework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php1
-rwxr-xr-xframework/Testing/Data/TDbConnection.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php b/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
index 17a6f6ab..54190f33 100755
--- a/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
+++ b/framework/Testing/Data/Schema/mssql/TMssqlCommandBuilder.php
@@ -176,6 +176,7 @@ class TMssqlCommandBuilder extends TDbCommandBuilder
* <li>
* No clauses should follow the ORDER BY clause, e.g. no COMPUTE or FOR clauses.
* </li>
+ * </ul>
*
* @param string SQL query string.
* @param integer maximum number of rows, -1 to ignore limit.
diff --git a/framework/Testing/Data/TDbConnection.php b/framework/Testing/Data/TDbConnection.php
index 5da0e26e..54061239 100755
--- a/framework/Testing/Data/TDbConnection.php
+++ b/framework/Testing/Data/TDbConnection.php
@@ -438,7 +438,7 @@ class TDbConnection extends TComponent
*
* Prado 3.1 compatibility method.
*
- * @see {@link quoteValue}
+ * @see quoteValue
*
* @param string $str
* @return string