summaryrefslogtreecommitdiff
path: root/models/base.php
diff options
context:
space:
mode:
authorRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
committerRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
commitd156c47f0951cf681d16ed047f322e8332eb485e (patch)
tree1b97d1cb437fd7b2c0262640b7a70026e054413f /models/base.php
parent919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff)
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'models/base.php')
-rw-r--r--models/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/base.php b/models/base.php
index 70a24321..7731b584 100644
--- a/models/base.php
+++ b/models/base.php
@@ -43,7 +43,7 @@ abstract class Base
*
* @access public
* @param PicoDb\Database $db Database instance
- * @param Core\Event $event Event dispatcher instance
+ * @param \Core\Event $event Event dispatcher instance
*/
public function __construct(\PicoDb\Database $db, \Core\Event $event)
{