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