fixed PHPDoc

This commit is contained in:
Noël GUILBERT 2010-08-30 15:24:46 +02:00 committed by Fabien Potencier
parent 8f8fba6643
commit e4b3d7c9c8

View File

@ -27,7 +27,7 @@ class ActionsHelper extends Helper
/**
* Constructor.
*
* @param Constructor $container A ContainerInterface instance
* @param Constructor $resolver A ControllerResolver instance
*/
public function __construct(ControllerResolver $resolver)
{