summaryrefslogtreecommitdiff
path: root/app/Action/Base.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Action/Base.php')
-rw-r--r--app/Action/Base.php6
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)
{