diff --git a/lib/copy_this/www/lib/framework/db.php b/lib/copy_this/www/lib/framework/db.php index 8f4eb6d2f..36412fb11 100644 --- a/lib/copy_this/www/lib/framework/db.php +++ b/lib/copy_this/www/lib/framework/db.php @@ -699,7 +699,7 @@ class DB extends \PDO /** * Get the total number of rows in the result set * - * @param PDOStatement $result + * @param $result * @return int|PDOStatement */ public function getNumRows($result)