Passed
Push — master ( 57f711...325af8 )
by Aimeos
03:26
created
Composer/ScriptHandler.php 1 patch
Braces   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -235,14 +235,15 @@
 block discarded – undo
235 235
 			{
236 236
 				\Composer\Factory::createHttpDownloader( $event->getIO(), $config )
237 237
 					->get( 'https://api.github.com/graphql', $options );
238
-			}
239
-			else
238
+			} else
240 239
 			{
241 240
 				\Composer\Factory::createRemoteFilesystem( $event->getIO(), $config )
242 241
 					->getContents( 'github.com', 'https://api.github.com/graphql', false, $options );
243 242
 			}
244 243
 		}
245
-		catch( \Exception $e ) {}
244
+		catch( \Exception $e )
245
+		{
246
+}
246 247
 	}
247 248
 
248 249
 
Please login to merge, or discard this patch.