Passed
Push — master ( 31eb82...f66da6 )
by
unknown
21:03 queued 08:42
created
mapi.util.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,8 @@
 block discarded – undo
10 10
 // Load all mapi defs
11 11
 if (function_exists('mapi_load_mapidefs')) {
12 12
     mapi_load_mapidefs(1);
13
-} else {
13
+}
14
+else {
14 15
     // code analysis with non-mapi php builds
15 16
     require 'dev/autoloader.php';
16 17
 }
Please login to merge, or discard this patch.