Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Dec 1, 2014
1 parent 20f26cc commit 1c6a7f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ZfcRbac/View/Strategy/RedirectStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ class RedirectStrategy extends AbstractStrategy
protected $options;

/**
* @var AuthenticationService
* @var AuthenticationServiceInterface
*/
protected $authenticationService;

/**
* Constructor
*
* @param RedirectStrategyOptions $options
* @param AuthenticationService $authenticationService
* @param RedirectStrategyOptions $options
* @param AuthenticationServiceInterface $authenticationService
*/
public function __construct(RedirectStrategyOptions $options, AuthenticationServiceInterface $authenticationService)
{
Expand Down

0 comments on commit 1c6a7f1

Please sign in to comment.