Passed
Push — snyk-fix-9e94d24dd01b192468eb8... ( 858b20 )
by Daniel
26:05
created
services/blocks/cleaner.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 	protected function clean_styles()
103 103
 	{
104 104
 		$routes_ary	= array_keys($this->manager->get_routes('style'));
105
-		$style_ids	= $this->get_style_ids();
105
+		$style_ids = $this->get_style_ids();
106 106
 		$col_widths	= (array) json_decode($this->config['sitemaker_column_widths'], true);
107 107
 
108 108
 		foreach ($routes_ary as $style_id)
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 	protected function clean_routes()
132 132
 	{
133 133
 		$board_url = generate_board_url();
134
-		$routes	= $this->manager->get_routes('route');
134
+		$routes = $this->manager->get_routes('route');
135 135
 
136 136
 		foreach ($routes as $route => $row)
137 137
 		{
Please login to merge, or discard this patch.
services/filemanager/settings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 		$this->config_path = $config_path;
54 54
 		$this->php_ext = $php_ext;
55 55
 
56
-		$this->config_template = __DIR__.'/default.config';
56
+		$this->config_template = __DIR__ . '/default.config';
57 57
 	}
58 58
 
59 59
 	/**
Please login to merge, or discard this patch.