Passed
Push — master ( 31e91c...45a73e )
by Amit
07:11
created
inc/menu-walkers.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -80,14 +80,14 @@
 block discarded – undo
80 80
  */
81 81
 final class Offcanvas_Walker extends Walker_Nav_Menu
82 82
 {
83
-                                                             /**
84
-     * @param $element
85
-     * @param $children_elements
86
-     * @param $max_depth
87
-     * @param $depth
88
-     * @param $args
89
-     * @param $output
90
-     */
83
+                                                                /**
84
+                                                                 * @param $element
85
+                                                                 * @param $children_elements
86
+                                                                 * @param $max_depth
87
+                                                                 * @param $depth
88
+                                                                 * @param $args
89
+                                                                 * @param $output
90
+                                                                 */
91 91
     public function display_element($element, &$children_elements, $max_depth, $depth = 0, $args, &$output)
92 92
     {
93 93
         $element->has_children = !empty($children_elements[$element->ID]);
Please login to merge, or discard this patch.