Completed
Push — master ( 34e334...39d639 )
by Oleg
04:32
created
src/Contracts/Builder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param string $type
22 22
      */
23 23
     function __construct(Container $container, $name, Attributes $attributes, 
24
-                         Attributes $activeAttributes, $type = self::UL);
24
+                            Attributes $activeAttributes, $type = self::UL);
25 25
 
26 26
     /**
27 27
      * Make sub menu
Please login to merge, or discard this patch.