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/Action/Base.php | |
parent | dc0cbee3913861eb4ebc02889b0462362d25df2a (diff) |
Fix issues with PHP 5.3 and phpdocs
Diffstat (limited to 'app/Action/Base.php')
-rw-r--r-- | app/Action/Base.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Action/Base.php b/app/Action/Base.php index ae5c2e03..acb82fc9 100644 --- a/app/Action/Base.php +++ b/app/Action/Base.php @@ -105,9 +105,9 @@ abstract class Base implements Listener * Constructor * * @access public - * @param Pimple\Container $container Container - * @param integer $project_id Project id - * @param string $event_name Attached event name + * @param \Pimple\Container $container Container + * @param integer $project_id Project id + * @param string $event_name Attached event name */ public function __construct(Container $container, $project_id, $event_name) { |