Fix issues with PHP 5.3 and phpdocs

This commit is contained in:
Frédéric Guillot
2014-11-23 18:28:06 -05:00
parent dc0cbee391
commit 653ee986db
6 changed files with 9 additions and 9 deletions

View File

@@ -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)
{