Completed
Push — master ( 3d341d...89f025 )
by Maxence
01:52 queued 11s
created
lib/Service/ExternalFilesService.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -240,8 +240,8 @@
 block discarded – undo
240 240
 
241 241
 		try {
242 242
 			if($file->getMountPoint()->getMountId() === null){
243
-                             throw new FileIsNotIndexableException('getMountId is null');
244
-                        }
243
+							 throw new FileIsNotIndexableException('getMountId is null');
244
+						}
245 245
 			
246 246
 			return $this->getExternalMountById(
247 247
 				$file->getMountPoint()
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
 	private function getMountPoint(Node $file): MountPoint {
240 240
 
241 241
 		try {
242
-			if($file->getMountPoint()->getMountId() === null){
242
+			if ($file->getMountPoint()->getMountId() === null) {
243 243
                              throw new FileIsNotIndexableException('getMountId is null');
244 244
                         }
245 245
 			
Please login to merge, or discard this patch.