@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | /** |
59 | 59 | * |
60 | 60 | */ |
61 | - public function display_navlist(array $data, \phpbb\template\twig\twig &$template, $handle = 'tree') |
|
61 | + public function display_navlist(array $data, \phpbb\template\twig\twig & $template, $handle = 'tree') |
|
62 | 62 | { |
63 | 63 | $this->prepare_items($data); |
64 | 64 | |
@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | } |
107 | 107 | |
108 | 108 | $is_current_item = $this->is_current_item($row); |
109 | - $this_depth = $this->parental_depth[$row['parent_id']] + 1; |
|
109 | + $this_depth = $this->parental_depth[$row['parent_id']] + 1; |
|
110 | 110 | |
111 | 111 | $this->set_parental_depth($row, $this_depth, $is_current_item); |
112 | 112 | |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | } |
186 | 186 | } |
187 | 187 | |
188 | - protected function close_open_tags(\phpbb\template\twig\twig &$template, $handle, $repeat) |
|
188 | + protected function close_open_tags(\phpbb\template\twig\twig & $template, $handle, $repeat) |
|
189 | 189 | { |
190 | 190 | for ($i = 0; $i < $repeat; $i++) |
191 | 191 | { |