Skip to content

Commit

Permalink
Psr Container type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 2, 2021
1 parent 2e05cee commit 66fe368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function createService(ServiceLocatorInterface $controllerManager)
return new ForgotPasswordController($requestForm, $changePassword, $forgotPasswordService);
}

public function __invoke(ContainerInterface $container, $requestedName, array $options = NULL)
public function __invoke(\Psr\Container\ContainerInterface $container, $requestedName, array $options = NULL)
{
/** @var \Eye4web\ZfcUser\ForgotPassword\Form\Forgot\RequestForm $requestForm */
$requestForm = $container->get('Eye4web\ZfcUser\ForgotPassword\Form\Forgot\RequestForm');
Expand Down

0 comments on commit 66fe368

Please sign in to comment.