summaryrefslogtreecommitdiff
path: root/controllers/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 /controllers/base.php
parent919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff)
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'controllers/base.php')
-rw-r--r--controllers/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/base.php b/controllers/base.php
index 5f482f7e..ebc946fc 100644
--- a/controllers/base.php
+++ b/controllers/base.php
@@ -14,7 +14,7 @@ abstract class Base
* Constructor
*
* @access public
- * @param Core\Registry $registry
+ * @param \Core\Registry $registry
*/
public function __construct(\Core\Registry $registry)
{