Passed
Push — release-3.2.0 ( 8165d1...607af8 )
by Daniel
03:27
created
services/blocks/cleaner.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 	private function clean_styles()
104 104
 	{
105 105
 		$routes_ary	= array_keys($this->manager->get_routes('style'));
106
-		$style_ids	= $this->get_style_ids();
106
+		$style_ids = $this->get_style_ids();
107 107
 		$col_widths	= (array) json_decode($this->config['sitemaker_column_widths'], true);
108 108
 
109 109
 		foreach ($routes_ary as $style_id)
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
 	private function clean_routes()
133 133
 	{
134 134
 		$board_url = generate_board_url();
135
-		$routes	= $this->manager->get_routes('route');
135
+		$routes = $this->manager->get_routes('route');
136 136
 
137 137
 		foreach ($routes as $route => $row)
138 138
 		{
Please login to merge, or discard this patch.