Completed
Push — master ( d6a65e...e090e4 )
by Daniel
02:17
created
code/checks/FileAgeCheck.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,8 +115,8 @@
 block discarded – undo
115 115
 		if($this->checkType == self::CHECK_SINGLE && count($invalidFiles) < count($files)) {
116 116
 			return array(EnvironmentCheck::OK, '');
117 117
 		} else {
118
-	       if (count($invalidFiles) == 0) return array(EnvironmentCheck::OK, '');
119
-	       else return array(
118
+		   if (count($invalidFiles) == 0) return array(EnvironmentCheck::OK, '');
119
+		   else return array(
120 120
 				EnvironmentCheck::ERROR,
121 121
 				sprintf('No files matched criteria (%s %s)', $this->compareOperand, date('c', $cutoffTime))
122 122
 			);
Please login to merge, or discard this patch.