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:
authorrobocoder <anthon.pang@gmail.com>2009-08-23 18:27:44 +0400
committerrobocoder <anthon.pang@gmail.com>2009-08-23 18:27:44 +0400
commitd8cf9322193bc8d400958732dd5ccdd2a2fcda1e (patch)
treef53ff50dff8dc00c4a82cc17914696be80014357 /core/Tracker/Db.php
parent9f2433a6749f97a42ef9c308593c6323f546965c (diff)
Tweak phpdoc config. Add some missing phpdocs.
git-svn-id: http://dev.piwik.org/svn/trunk@1431 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Tracker/Db.php')
-rw-r--r--core/Tracker/Db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Db.php b/core/Tracker/Db.php
index 49dcc57745..29bed3a420 100644
--- a/core/Tracker/Db.php
+++ b/core/Tracker/Db.php
@@ -183,7 +183,7 @@ class Piwik_Tracker_Db
* @param array|string Parameters to bind array('idsite'=> 1)
*
* @return PDOStatement or false if failed
- * @throw Exception if an exception occured
+ * @throws Exception if an exception occured
*/
public function query($query, $parameters = array())
{