Passed
Push — forum_specific_blocks ( 6a1fa8 )
by Daniel
13:29
created
services/blocks/cleaner.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	protected function clean_styles()
108 108
 	{
109 109
 		$routes_ary	= array_keys($this->manager->get_routes('style'));
110
-		$style_ids	= $this->get_style_ids();
110
+		$style_ids = $this->get_style_ids();
111 111
 		$col_widths	= (array) json_decode($this->config['sitemaker_column_widths'], true);
112 112
 
113 113
 		foreach ($routes_ary as $style_id)
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
 	protected function clean_routes()
137 137
 	{
138 138
 		$board_url = generate_board_url();
139
-		$routes	= array_keys($this->manager->get_routes('route'));
139
+		$routes = array_keys($this->manager->get_routes('route'));
140 140
 		$forumslist = (array) make_forum_select(false, false, true, false, false, false, true);
141 141
 
142 142
 		foreach ($routes as $route)
Please login to merge, or discard this patch.