Completed
Push — master ( 2f974b...edb932 )
by Daniel
08:50
created
services/menus/display.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 	/**
59 59
 	 *
60 60
 	 */
61
-	public function display_list(array $data, \phpbb\template\twig\twig &$template, $handle = 'tree')
61
+	public function display_list(array $data, \phpbb\template\twig\twig & $template, $handle = 'tree')
62 62
 	{
63 63
 		$this->prepare_items($data);
64 64
 
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 			}
106 106
 
107 107
 			$is_current_item = $this->is_current_item($row);
108
-			$this_depth	= $this->parental_depth[$row['parent_id']] + 1;
108
+			$this_depth = $this->parental_depth[$row['parent_id']] + 1;
109 109
 
110 110
 			$this->set_parental_depth($row, $this_depth, $is_current_item);
111 111
 
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
 		}
185 185
 	}
186 186
 
187
-	protected function close_open_tags(\phpbb\template\twig\twig &$template, $handle, $repeat)
187
+	protected function close_open_tags(\phpbb\template\twig\twig & $template, $handle, $repeat)
188 188
 	{
189 189
 		for ($i = 0; $i < $repeat; $i++)
190 190
 		{
Please login to merge, or discard this patch.