Completed
Push — master ( e84808...5a9d2e )
by Oleg
07:58
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.