@@ -131,6 +131,9 @@ |
||
131 | 131 | return $this->description; |
132 | 132 | } |
133 | 133 | |
134 | + /** |
|
135 | + * @param string $mode |
|
136 | + */ |
|
134 | 137 | public function isMode($mode) |
135 | 138 | { |
136 | 139 | return $this->mode == $mode; |
@@ -88,7 +88,7 @@ |
||
88 | 88 | |
89 | 89 | /** |
90 | 90 | * @throws \RuntimeException |
91 | - * @return mixed |
|
91 | + * @return ZendClient |
|
92 | 92 | */ |
93 | 93 | protected function authetificate() |
94 | 94 | { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * Set the View object |
21 | 21 | * |
22 | 22 | * @param Renderer $view |
23 | - * @return AbstractHelper |
|
23 | + * @return AbstractEventsHelper |
|
24 | 24 | */ |
25 | 25 | public function setView(Renderer $view) |
26 | 26 | { |
@@ -160,7 +160,7 @@ |
||
160 | 160 | /** |
161 | 161 | * Starts content capturing. |
162 | 162 | * |
163 | - * @param string|array $type |
|
163 | + * @param string|null $type |
|
164 | 164 | * @param array $options see {@łink render()} for information. |
165 | 165 | * |
166 | 166 | * @return self |
@@ -53,7 +53,6 @@ |
||
53 | 53 | * |
54 | 54 | * @see \Zend\I18n\View\Helper\DateFormat::__invoke() |
55 | 55 | * |
56 | - * @param \DateTime $data|string |
|
57 | 56 | * @param string $dateType |
58 | 57 | * @return string |
59 | 58 | */ |
@@ -171,7 +171,7 @@ |
||
171 | 171 | * Return all event parameters or a single event parameter. |
172 | 172 | * |
173 | 173 | * @param string $param Parameter name to retrieve, or null to get all. |
174 | - * @param mixed $efault Default value to use when the parameter is missing. |
|
174 | + * @param mixed $default Default value to use when the parameter is missing. |
|
175 | 175 | * @return mixed |
176 | 176 | * @throws RuntimeException |
177 | 177 | */ |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * returns the number of years of the education or work experience |
19 | 19 | * |
20 | 20 | * @param array $array |
21 | - * @return string |
|
21 | + * @return double |
|
22 | 22 | */ |
23 | 23 | public function __invoke($array) |
24 | 24 | { |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * - injects the MvcEvent instance |
27 | 27 | * |
28 | 28 | * @param ServiceLocatorInterface $serviceLocator |
29 | - * @return \Core\View\Helper\Params |
|
29 | + * @return DateFormat |
|
30 | 30 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
31 | 31 | */ |
32 | 32 | public function createService(ServiceLocatorInterface $serviceLocator) |
@@ -86,7 +86,6 @@ |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
89 | - * @param HelperPluginManager $helperPluginManager |
|
90 | 89 | * @return Services |
91 | 90 | */ |
92 | 91 | public static function factory($sm) |