Completed
Push — master ( 1eb968...413ea6 )
by Nazar
04:16
created
components/modules/Composer/Composer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 						$verbosity      => true
123 123
 					]
124 124
 				);
125
-				$output             = new Output;
125
+				$output = new Output;
126 126
 				$output->set_stream(fopen("$storage/last_execution.log", 'w'));
127 127
 				$Application->setAutoExit(false);
128 128
 				$status_code = $Application->run($input, $output);
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
 			'repositories' => [],
194 194
 			'require'      => []
195 195
 		];
196
-		$Config   = Config::instance();
196
+		$Config = Config::instance();
197 197
 		foreach (array_keys($Config->components['modules']) as $module) {
198 198
 			if (
199 199
 				$module == $component_name &&
Please login to merge, or discard this patch.