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

@@ -33,7 +33,7 @@ abstract class Base implements Listener
* Constructor
*
* @access public
* @param Pimple\Container $container
* @param \Pimple\Container $container
*/
public function __construct(Container $container)
{