@@ -46,7 +46,7 @@ |
||
| 46 | 46 | private $nodes; |
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | - * @param StorageInterface|object $cache |
|
| 49 | + * @param StorageInterface $cache |
|
| 50 | 50 | */ |
| 51 | 51 | public function __construct(StorageInterface $cache) |
| 52 | 52 | { |
@@ -18,9 +18,9 @@ |
||
| 18 | 18 | class InvalidLoopHelperOptionException extends InvalidArgumentException implements ExceptionInterface |
| 19 | 19 | { |
| 20 | 20 | /** |
| 21 | - * @param string $message |
|
| 22 | 21 | * @param int $code |
| 23 | 22 | * @param Exception $previous |
| 23 | + * @param string $option |
|
| 24 | 24 | */ |
| 25 | 25 | public function __construct($option, array $spec, $code = null, Exception $previous = null) |
| 26 | 26 | { |
@@ -10,10 +10,8 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace WebinoDraw\Factory; |
| 12 | 12 | |
| 13 | -use WebinoDraw\Dom\Locator; |
|
| 14 | 13 | use WebinoDraw\Instructions\ProfilingInstructionsRenderer; |
| 15 | 14 | use WebinoDraw\Service\DrawProfiler; |
| 16 | -use Zend\ServiceManager\FactoryInterface; |
|
| 17 | 15 | use Zend\ServiceManager\ServiceLocatorInterface; |
| 18 | 16 | |
| 19 | 17 | /** |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace WebinoDraw\Form\View\Helper; |
| 12 | 12 | |
| 13 | -use Zend\Form\Element; |
|
| 14 | 13 | use Zend\Form\ElementInterface; |
| 15 | 14 | use Zend\Form\View\Helper\FormElement as BaseFormElement; |
| 16 | 15 | use Zend\I18n\Translator\TranslatorAwareInterface; |
@@ -59,11 +59,11 @@ |
||
| 59 | 59 | protected $drawOptions; |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @param object|HelperPluginManager $drawHelpers |
|
| 62 | + * @param HelperPluginManager $drawHelpers |
|
| 63 | 63 | * @param Locator $locator |
| 64 | 64 | * @param NodeListFactory $nodeListFactory |
| 65 | 65 | * @param InstructionsFactory $instructionsFactory |
| 66 | - * @param object|ModuleOptions $drawOptions |
|
| 66 | + * @param ModuleOptions $drawOptions |
|
| 67 | 67 | */ |
| 68 | 68 | public function __construct( |
| 69 | 69 | HelperPluginManager $drawHelpers, |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | protected $request; |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | - * @param Request|object $request |
|
| 35 | + * @param Request $request |
|
| 36 | 36 | */ |
| 37 | 37 | public function __construct(Request $request) |
| 38 | 38 | { |
@@ -80,6 +80,7 @@ |
||
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | 82 | * {@inheritDoc} |
| 83 | + * @param string $template |
|
| 83 | 84 | */ |
| 84 | 85 | public function addTemplate($template) |
| 85 | 86 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * |
| 25 | 25 | * @param Document $dom |
| 26 | 26 | * @param string $xpath |
| 27 | - * @return array |
|
| 27 | + * @return string |
|
| 28 | 28 | * @throws Exception\RuntimeException |
| 29 | 29 | */ |
| 30 | 30 | public function createMarkup(Document $dom, $xpath) |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | /** |
| 47 | 47 | * @param Document $dom |
| 48 | 48 | * @param string $xpath |
| 49 | - * @return \WebinoDraw\Ajax\Json |
|
| 49 | + * @return string |
|
| 50 | 50 | */ |
| 51 | 51 | protected function respond(Document $dom, $xpath) |
| 52 | 52 | { |