@@ -20,7 +20,7 @@ |
||
20 | 20 | * Create service |
21 | 21 | * |
22 | 22 | * @param ServiceLocatorInterface $serviceLocator |
23 | - * @return mixed |
|
23 | + * @return AjaxController |
|
24 | 24 | */ |
25 | 25 | public function createService(ServiceLocatorInterface $serviceLocator) |
26 | 26 | { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * Create service |
21 | 21 | * |
22 | 22 | * @param ServiceLocatorInterface $serviceLocator |
23 | - * @return mixed |
|
23 | + * @return FormElement |
|
24 | 24 | */ |
25 | 25 | public function createService(ServiceLocatorInterface $serviceLocator) |
26 | 26 | { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * Create service |
21 | 21 | * |
22 | 22 | * @param ServiceLocatorInterface $serviceLocator |
23 | - * @return mixed |
|
23 | + * @return FormPrepare |
|
24 | 24 | */ |
25 | 25 | public function createService(ServiceLocatorInterface $serviceLocator) |
26 | 26 | { |
@@ -107,7 +107,7 @@ |
||
107 | 107 | |
108 | 108 | /** |
109 | 109 | * @param string $renderer |
110 | - * @return mixed |
|
110 | + * @return null|AbstractOptions |
|
111 | 111 | * @throws \InvalidArgumentException |
112 | 112 | */ |
113 | 113 | public function getRendererOptions($renderer) |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | * |
53 | 53 | * @param TranslatorInterface $translator |
54 | 54 | * @param string $textDomain |
55 | - * @return mixed |
|
55 | + * @return AbstractRule |
|
56 | 56 | */ |
57 | 57 | public function setTranslator(TranslatorInterface $translator = null, $textDomain = null) |
58 | 58 | { |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | * Sets whether translator is enabled and should be used |
94 | 94 | * |
95 | 95 | * @param bool $enabled |
96 | - * @return mixed |
|
96 | + * @return AbstractRule |
|
97 | 97 | */ |
98 | 98 | public function setTranslatorEnabled($enabled = true) |
99 | 99 | { |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | * Set translation text domain |
118 | 118 | * |
119 | 119 | * @param string $textDomain |
120 | - * @return mixed |
|
120 | + * @return AbstractRule |
|
121 | 121 | */ |
122 | 122 | public function setTranslatorTextDomain($textDomain = 'default') |
123 | 123 | { |
@@ -11,9 +11,7 @@ |
||
11 | 11 | namespace StrokerForm\Renderer; |
12 | 12 | |
13 | 13 | use Zend\I18n\Translator\TranslatorAwareInterface; |
14 | -use Zend\I18n\Translator\Translator; |
|
15 | 14 | use Zend\I18n\Translator\TranslatorAwareTrait; |
16 | -use Zend\I18n\Translator\TranslatorInterface; |
|
17 | 15 | use Zend\Mvc\Router\RouteInterface; |
18 | 16 | use Zend\Stdlib\AbstractOptions; |
19 | 17 | use StrokerForm\FormManager; |