Passed
Push — master ( 4a79ff...4d97a2 )
by Aimeos
02:49
created
Composer/ScriptHandler.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,9 @@
 block discarded – undo
226 226
 				],
227 227
 			] );
228 228
 		}
229
-		catch( \Exception $e ) {}
229
+		catch( \Exception $e )
230
+		{
231
+}
230 232
 	}
231 233
 
232 234
 
Please login to merge, or discard this patch.