Completed
Branch develop (352d15)
by
unknown
29:36
created
test/phpunit/AccountancySystemTest.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,9 @@
 block discarded – undo
61 61
 		$mysoc = $soc;
62 62
 
63 63
 		/* Errors are caught in later tests. */
64
-		if ($socid <= 0)
65
-			return;
64
+		if ($socid <= 0) {
65
+					return;
66
+		}
66 67
 	}
67 68
 
68 69
 	/**
Please login to merge, or discard this patch.