Completed
Push — master ( 3c8035...a5658a )
by Tim
63:31
created
tests/TestEnvironment.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
 
43 43
 		try {
44 44
 			$installer->uninstall();
45
-		}
46
-		catch ( \Exception $ex ) {
45
+		} catch ( \Exception $ex ) {
47 46
 		}
48 47
 
49 48
 		$installer->install();
Please login to merge, or discard this patch.