Completed
Pull Request — master (#87)
by Robin
01:28
created
lib/Service/ConfigService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@
 block discarded – undo
330 330
 		}
331 331
 
332 332
 		// check 'startsWith'
333
-    	if ($len <= strlen($filePath) && substr($filePath, 0, $len) === $excludePath) {
333
+		if ($len <= strlen($filePath) && substr($filePath, 0, $len) === $excludePath) {
334 334
 			return true;
335 335
 		}
336 336
 
Please login to merge, or discard this patch.