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/Mysqli.php')
-rw-r--r--core/Tracker/Db/Mysqli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Db/Mysqli.php b/core/Tracker/Db/Mysqli.php
index 2f024103e1..a4e5fcb696 100644
--- a/core/Tracker/Db/Mysqli.php
+++ b/core/Tracker/Db/Mysqli.php
@@ -113,7 +113,7 @@ class Mysqli extends Db
* @param string $query Query
* @param array $parameters Parameters to bind
* @return array
- * @throws Exception|DbException if an exception occured
+ * @throws Exception|DbException if an exception occurred
*/
public function fetchAll($query, $parameters = array())
{