Completed
Push — master ( 3afbe4...79027c )
by Oleg
07:17
created
src/Contracts/Builder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * @internal param string $name
24 24
      */
25 25
     function __construct(Container $container, Attributes $attributes, Attributes $activeAttributes,
26
-                         $type = self::UL, $view = null);
26
+                            $type = self::UL, $view = null);
27 27
 
28 28
     /**
29 29
      * @param string $name
Please login to merge, or discard this patch.
src/Builder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@
 block discarded – undo
352 352
     }
353 353
 
354 354
     /**
355
-     * @param $element
355
+     * @param string $element
356 356
      * @return ElementFactory
357 357
      * @throws \RuntimeException
358 358
      */
Please login to merge, or discard this patch.