| @@ -424,8 +424,8 @@ | ||
| 424 | 424 | ]; | 
| 425 | 425 | |
| 426 | 426 | $node->getFilesystem()->getDatabase()->delta->updateMany([ | 
| 427 | - 'node' => [ | |
| 428 | - '$in' => $toset, | |
| 427 | + 'node' => [ | |
| 428 | + '$in' => $toset, | |
| 429 | 429 | ], | 
| 430 | 430 | ], $action); | 
| 431 | 431 | |
| @@ -734,8 +734,8 @@ | ||
| 734 | 734 | |
| 735 | 735 | $ops[] = [ | 
| 736 | 736 | '$sort' => [ | 
| 737 | - 'sum' => -1, | |
| 738 | - '_id' => 1, | |
| 737 | + 'sum' => -1, | |
| 738 | + '_id' => 1, | |
| 739 | 739 | ], | 
| 740 | 740 | ]; | 
| 741 | 741 | |
| @@ -50,7 +50,7 @@ | ||
| 50 | 50 | $this->db->storage->updateOne( | 
| 51 | 51 | ['_id' => $object['_id']], | 
| 52 | 52 | [ | 
| 53 | - '$set' => ['filter' => $filter], | |
| 53 | + '$set' => ['filter' => $filter], | |
| 54 | 54 | ] | 
| 55 | 55 | ); | 
| 56 | 56 | } | 
| @@ -48,7 +48,7 @@ | ||
| 48 | 48 | $this->db->storage->updateOne( | 
| 49 | 49 | ['_id' => $object['_id']], | 
| 50 | 50 | [ | 
| 51 | - '$set' => ['share_name' => $object['name']], | |
| 51 | + '$set' => ['share_name' => $object['name']], | |
| 52 | 52 | ] | 
| 53 | 53 | ); | 
| 54 | 54 | } | 
| @@ -90,7 +90,7 @@ | ||
| 90 | 90 | } | 
| 91 | 91 | |
| 92 | 92 |          $this->logger->info('found first time username ['.$identity->getIdentifier().'], auto-create user', [ | 
| 93 | - 'category' => get_class($this), | |
| 93 | + 'category' => get_class($this), | |
| 94 | 94 | ]); | 
| 95 | 95 | |
| 96 | 96 | $attributes = []; | 
| @@ -49,8 +49,8 @@ | ||
| 49 | 49 | $this->db->storage->updateOne( | 
| 50 | 50 | ['_id' => $object['_id']], | 
| 51 | 51 | [ | 
| 52 | - '$unset' => ['sharelink' => 1], | |
| 53 | - '$set' => ['app.Balloon\App\Sharelink' => $object['sharelink']], | |
| 52 | + '$unset' => ['sharelink' => 1], | |
| 53 | + '$set' => ['app.Balloon\App\Sharelink' => $object['sharelink']], | |
| 54 | 54 | ] | 
| 55 | 55 | ); | 
| 56 | 56 | } | 
| @@ -341,7 +341,7 @@ | ||
| 341 | 341 | } | 
| 342 | 342 | |
| 343 | 343 |          $this->logger->debug('elasticsarch blob document ['.$result['_id'].'] has no references left, remove completely', [ | 
| 344 | - 'category' => get_class($this), | |
| 344 | + 'category' => get_class($this), | |
| 345 | 345 | ]); | 
| 346 | 346 | |
| 347 | 347 | return $this->deleteBlob($result['_id']); | 
| @@ -271,7 +271,7 @@ discard block | ||
| 271 | 271 | protected function addShare(Collection $collection): bool | 
| 272 | 272 |      { | 
| 273 | 273 | $that = $this; | 
| 274 | -        $collection->doRecursiveAction(function ($node) use ($that) { | |
| 274 | +        $collection->doRecursiveAction(function($node) use ($that) { | |
| 275 | 275 |              if ($node instanceof Collection) { | 
| 276 | 276 | $that->addShare($node); | 
| 277 | 277 |              } else { | 
| @@ -292,7 +292,7 @@ discard block | ||
| 292 | 292 | protected function deleteShare(Collection $collection): bool | 
| 293 | 293 |      { | 
| 294 | 294 | $that = $this; | 
| 295 | -        $collection->doRecursiveAction(function ($node) use ($that) { | |
| 295 | +        $collection->doRecursiveAction(function($node) use ($that) { | |
| 296 | 296 |              if ($node instanceof Collection) { | 
| 297 | 297 | $that->deleteShare($node); | 
| 298 | 298 |              } else { | 
| @@ -49,7 +49,7 @@ | ||
| 49 | 49 | 'foreignField' => '_id', | 
| 50 | 50 | 'localField' => 'history.storage._id', | 
| 51 | 51 | 'as' => 'blob', | 
| 52 | - ]], | |
| 52 | + ]], | |
| 53 | 53 | ]); | 
| 54 | 54 | |
| 55 | 55 |          foreach ($cursor as $object) { | 
| @@ -629,7 +629,7 @@ | ||
| 629 | 629 | return true; | 
| 630 | 630 | } | 
| 631 | 631 | |
| 632 | -        return $this->doRecursiveAction(function ($node) use ($conflict, $recursion) { | |
| 632 | +        return $this->doRecursiveAction(function($node) use ($conflict, $recursion) { | |
| 633 | 633 | $node->undelete($conflict, $recursion, false); | 
| 634 | 634 | }, NodeInterface::DELETED_ONLY); | 
| 635 | 635 | } | 
| @@ -1144,7 +1144,7 @@ | ||
| 1144 | 1144 | protected function prepareLock(string $identifier, int $ttl = 1800): array | 
| 1145 | 1145 |      { | 
| 1146 | 1146 | return [ | 
| 1147 | - 'owner' => $this->_user->getId(), | |
| 1147 | + 'owner' => $this->_user->getId(), | |
| 1148 | 1148 | 'created' => new UTCDateTime(), | 
| 1149 | 1149 | 'id' => $identifier, | 
| 1150 | 1150 | 'expire' => new UTCDateTime((time() + $ttl) * 1000), |