diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-23 18:28:06 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-23 18:28:06 -0500 |
commit | 653ee986db284c758a45e49d196d88d76d3361c8 (patch) | |
tree | a70a93a1bda13af5017e0119c938081786ddea03 /app/Controller/Base.php | |
parent | dc0cbee3913861eb4ebc02889b0462362d25df2a (diff) |
Fix issues with PHP 5.3 and phpdocs
Diffstat (limited to 'app/Controller/Base.php')
-rw-r--r-- | app/Controller/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 9b8ca0ec..4609670f 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -95,7 +95,7 @@ abstract class Base * Constructor * * @access public - * @param Pimple\Container $container + * @param \Pimple\Container $container */ public function __construct(Container $container) { |