@@ -32,7 +32,7 @@ |
||
32 | 32 | |
33 | 33 | /** |
34 | 34 | * {@inheritDoc} |
35 | - * @return UserInfoContainer |
|
35 | + * @return string |
|
36 | 36 | * @see \Core\Form\ViewPartialProviderInterface::getViewPartial() |
37 | 37 | */ |
38 | 38 | public function getViewPartial() |
@@ -121,7 +121,7 @@ |
||
121 | 121 | /** |
122 | 122 | * Sets the From: of the mail header |
123 | 123 | * |
124 | - * @param $fromName |
|
124 | + * @param string $fromName |
|
125 | 125 | * @return $this |
126 | 126 | */ |
127 | 127 | public function setFromName($fromName) |
@@ -23,6 +23,9 @@ discard block |
||
23 | 23 | |
24 | 24 | protected $filter; |
25 | 25 | |
26 | + /** |
|
27 | + * @param StripQueryParamsFilter $filter |
|
28 | + */ |
|
26 | 29 | public function setFilter($filter) |
27 | 30 | { |
28 | 31 | $this->filter = $filter; |
@@ -44,7 +47,6 @@ discard block |
||
44 | 47 | * Returns a property value of the authenticated user or null, if |
45 | 48 | * no user is authenticated or the property does not exists. |
46 | 49 | * |
47 | - * @param string $property |
|
48 | 50 | * @return \Auth\View\Helper\Auth|NULL |
49 | 51 | */ |
50 | 52 | public function __invoke($uri, array $stripParams = null) |
@@ -70,7 +70,7 @@ |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @return bool |
|
73 | + * @return string |
|
74 | 74 | */ |
75 | 75 | public function getMode() |
76 | 76 | { |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | |
130 | 130 | /** |
131 | 131 | * @param $resource |
132 | - * @param null $privilege |
|
132 | + * @param null|string $privilege |
|
133 | 133 | * @throws \Auth\Exception\UnauthorizedImageAccessException |
134 | 134 | * @throws \Auth\Exception\UnauthorizedAccessException |
135 | 135 | */ |
@@ -155,8 +155,8 @@ discard block |
||
155 | 155 | } |
156 | 156 | |
157 | 157 | /** |
158 | - * @param null $resource |
|
159 | - * @param null $privilege |
|
158 | + * @param null|string $resource |
|
159 | + * @param null|string $privilege |
|
160 | 160 | * @param string $mode |
161 | 161 | * @return $this|bool |
162 | 162 | */ |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * @param string $requestedName |
26 | 26 | * @param null|array $options |
27 | 27 | * |
28 | - * @return object |
|
28 | + * @return CheckPermissionsListener |
|
29 | 29 | * @throws ServiceNotFoundException if unable to resolve the service. |
30 | 30 | * @throws ServiceNotCreatedException if an exception is raised when |
31 | 31 | * creating a service. |
@@ -47,7 +47,6 @@ discard block |
||
47 | 47 | * |
48 | 48 | * - Injects the AuthenticationService |
49 | 49 | * |
50 | - * @param ServiceLocatorInterface $helpers |
|
51 | 50 | * @return \Auth\View\Helper\Auth |
52 | 51 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
53 | 52 | */ |
@@ -29,7 +29,6 @@ |
||
29 | 29 | {} |
30 | 30 | |
31 | 31 | /** |
32 | - * @param string $network |
|
33 | 32 | * @return \Auth\Entity\SocialProfiles\ProfileInterface|bool |
34 | 33 | */ |
35 | 34 | public function fetch($api) |
@@ -79,7 +79,7 @@ |
||
79 | 79 | * @param $locale |
80 | 80 | * @param $urlHelper |
81 | 81 | * @param array $forms |
82 | - * @param $options |
|
82 | + * @param ModuleOptions $options |
|
83 | 83 | */ |
84 | 84 | public function __construct( |
85 | 85 | AuthenticationService $auth, |
@@ -99,7 +99,6 @@ |
||
99 | 99 | } |
100 | 100 | |
101 | 101 | /** |
102 | - * @param ControllerManager $controllerManager |
|
103 | 102 | * @return \Auth\Controller\Plugin\Auth |
104 | 103 | */ |
105 | 104 | public static function factory(ServiceManager $sm) |