Completed
Pull Request — master (#588)
by Mathias
07:35
created
module/Applications/src/Entity/Hydrator/ApiApplicationHydrator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
         ;
84 84
         $data['attachments'] = [];
85 85
         foreach ($object->getAttachments() as $file) {
86
-           $data['attachments'][] = $file->getUri();
86
+            $data['attachments'][] = $file->getUri();
87 87
         }
88 88
 
89 89
         unset(
Please login to merge, or discard this patch.