Passed
Push — master ( 9f6d99...170861 )
by Chauncey
02:15
created
src/Charcoal/Attachment/Object/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         callable $after = null
67 67
     ) {
68 68
         $attachables = $this->attachableObjects();
69
-        $attachments = call_user_func_array([ $this, 'getAttachments' ], func_get_args());
69
+        $attachments = call_user_func_array([$this, 'getAttachments'], func_get_args());
70 70
 
71 71
         foreach ($attachments as $attachment) {
72 72
             if (isset($attachables[$attachment->objType()])) {
Please login to merge, or discard this patch.