Test Setup Failed
Push — master ( 56ff4c...1f1266 )
by Chauncey
01:16
created
src/Charcoal/Admin/Widget/GroupAttachmentWidget.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
                     $obj->objType(),
190 190
                     $obj->id()
191 191
                 );
192
-                $structureMetadata       = $this->metadataLoader()->load(
192
+                $structureMetadata = $this->metadataLoader()->load(
193 193
                     $controllerMetadataIdent,
194 194
                     $structureMetadata,
195 195
                     $interfaces
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
             }
198 198
 
199 199
             $attachmentWidgets = $structureMetadata->get('attachments.widgets');
200
-            foreach ((array)$attachmentWidgets as $ident => $metadata) {
200
+            foreach ((array) $attachmentWidgets as $ident => $metadata) {
201 201
                 $this->addGroup($ident, $metadata);
202 202
             }
203 203
 
Please login to merge, or discard this patch.