Completed
Push — master ( 287393...7ff50d )
by Raffael
18:27 queued 14:12
created
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.