@@ -54,7 +54,7 @@ |
||
54 | 54 | * Initializes the listener with the loader and the render instances. |
55 | 55 | * |
56 | 56 | * @param \TechDivision\Import\Loaders\LoaderInterface $loader The loader instance |
57 | - * @param \TechDivision\Import\Listeners\Renderer\Validations\ValidationRendererInterface[] $renderer The array with the validation renderer instances |
|
57 | + * @param \ArrayAccess $renderer The array with the validation renderer instances |
|
58 | 58 | */ |
59 | 59 | public function __construct(LoaderInterface $loader, \ArrayAccess $renderer) |
60 | 60 | { |