@@ -240,8 +240,8 @@ |
||
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() |
@@ -239,7 +239,7 @@ |
||
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 |