Completed
Push — master ( 93105c...26b6ff )
by Raffael
10:37 queued 05:52
created
src/lib/Filesystem/Acl.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -236,8 +236,8 @@  discard block
 block discarded – undo
236 236
             $share = $node->getFilesystem()->findRawNode($node->getShareId());
237 237
         } catch (\Exception $e) {
238 238
             $this->logger->error('could not find share node ['.$node->getShareId().'] for reference ['.$node->getId().'], dead reference?', [
239
-                 'category' => get_class($this),
240
-                 'exception' => $e,
239
+                    'category' => get_class($this),
240
+                    'exception' => $e,
241 241
             ]);
242 242
 
243 243
             return self::PRIVILEGE_DENY;
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
 
246 246
         if ($share['deleted'] instanceof UTCDateTime || true !== $share['shared']) {
247 247
             $this->logger->error('share node ['.$share['_id'].'] has been deleted, dead reference?', [
248
-                 'category' => get_class($this),
248
+                    'category' => get_class($this),
249 249
             ]);
250 250
 
251 251
             return self::PRIVILEGE_DENY;
Please login to merge, or discard this patch.