Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Tracker/Db/Pdo/Mysql.php')
-rw-r--r--core/Tracker/Db/Pdo/Mysql.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/Tracker/Db/Pdo/Mysql.php b/core/Tracker/Db/Pdo/Mysql.php
index f42ebdc70c..b3695a2f80 100644
--- a/core/Tracker/Db/Pdo/Mysql.php
+++ b/core/Tracker/Db/Pdo/Mysql.php
@@ -103,8 +103,8 @@ class Mysql extends Db
/**
* Returns an array containing all the rows of a query result, using optional bound parameters.
*
- * @param string $query Query
- * @param array $parameters Parameters to bind
+ * @param string $query Query
+ * @param array $parameters Parameters to bind
* @return array|bool
* @see query()
* @throws Exception|DbException if an exception occurred
@@ -147,8 +147,8 @@ class Mysql extends Db
/**
* Executes a query, using optional bound parameters.
*
- * @param string $query Query
- * @param array|string $parameters Parameters to bind array('idsite'=> 1)
+ * @param string $query Query
+ * @param array|string $parameters Parameters to bind array('idsite'=> 1)
* @return PDOStatement|bool PDOStatement or false if failed
* @throws DbException if an exception occured
*/
@@ -209,7 +209,7 @@ class Mysql extends Db
/**
* Return number of affected rows in last query
*
- * @param mixed $queryResult Result from query()
+ * @param mixed $queryResult Result from query()
* @return int
*/
public function rowCount($queryResult)