Passed
Push — master ( 31eb82...f66da6 )
by
unknown
21:03 queued 08:42
created
class.freebusy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
 			// Ensure to return false if an exception occurs
84 84
 			error_log("getLocalFreeBusyMessage: unhandled MAPIException " . $e->getMessage());
85
-		        return false;
85
+				return false;
86 86
 
87 87
 		}
88 88
 
Please login to merge, or discard this patch.
mapi.util.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 
10 10
 // Load all mapi defs
11 11
 if (function_exists('mapi_load_mapidefs')) {
12
-    mapi_load_mapidefs(1);
12
+	mapi_load_mapidefs(1);
13 13
 } else {
14
-    // code analysis with non-mapi php builds
15
-    require 'dev/autoloader.php';
14
+	// code analysis with non-mapi php builds
15
+	require 'dev/autoloader.php';
16 16
 }
17 17
 
18 18
 /**
Please login to merge, or discard this patch.