summaryrefslogtreecommitdiff
path: root/app/Auth/Base.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-23 18:28:06 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-23 18:28:06 -0500
commit653ee986db284c758a45e49d196d88d76d3361c8 (patch)
treea70a93a1bda13af5017e0119c938081786ddea03 /app/Auth/Base.php
parentdc0cbee3913861eb4ebc02889b0462362d25df2a (diff)
Fix issues with PHP 5.3 and phpdocs
Diffstat (limited to 'app/Auth/Base.php')
-rw-r--r--app/Auth/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth/Base.php b/app/Auth/Base.php
index e3a1c88c..3abd47f2 100644
--- a/app/Auth/Base.php
+++ b/app/Auth/Base.php
@@ -37,7 +37,7 @@ abstract class Base
* Constructor
*
* @access public
- * @param Pimple\Container $container
+ * @param \Pimple\Container $container
*/
public function __construct(Container $container)
{