Completed
Push — 15.x ( 0b1d63...4cb802 )
by Tim
02:51
created
src/Listeners/RenderValidationsListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.