Test Failed
Pull Request — master (#274)
by Raffael
14:22
created
src/lib/Filesystem/Node/Collection.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -656,6 +656,7 @@
 block discarded – undo
656 656
 
657 657
     /**
658 658
      * Create new file as a child from this collection.
659
+     * @param string $name
659 660
      */
660 661
     public function addFile($name, ?ObjectId $session = null, array $attributes = [], int $conflict = NodeInterface::CONFLICT_NOACTION, bool $clone = false): File
661 662
     {
Please login to merge, or discard this patch.
src/app/Balloon.App.Api/v2/Nodes.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -970,9 +970,9 @@
 block discarded – undo
970 970
                 //json_decode($stored, true),
971 971
             } catch (\Exception $e) {
972 972
                 $this->logger->debug('failed zip node in multi node request ['.$node->getId().']', [
973
-                   'category' => get_class($this),
974
-                   'exception' => $e,
975
-               ]);
973
+                    'category' => get_class($this),
974
+                    'exception' => $e,
975
+                ]);
976 976
             }
977 977
         }
978 978
 
Please login to merge, or discard this patch.