Completed
Pull Request — master (#141)
by Raffael
15:37 queued 10:36
created
src/lib/Filesystem/Node/File.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -502,7 +502,7 @@
 block discarded – undo
502 502
         $this->increaseVersion();
503 503
 
504 504
         $this->addVersion($attributes)
505
-             ->postPutFile();
505
+                ->postPutFile();
506 506
 
507 507
         return $this->version;
508 508
     }
Please login to merge, or discard this patch.
src/lib/Filesystem/Storage/Adapter/Gridfs.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -367,7 +367,7 @@
 block discarded – undo
367 367
 
368 368
             throw new Exception\InsufficientStorage(
369 369
                 'user quota is full',
370
-                 Exception\InsufficientStorage::USER_QUOTA_FULL
370
+                    Exception\InsufficientStorage::USER_QUOTA_FULL
371 371
             );
372 372
         }
373 373
 
Please login to merge, or discard this patch.