Completed
Push — master ( fa31eb...190b3f )
by Tim
9s
created
src/Subjects/BunchSubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
         $attribute = $this->loadAttributeByAttributeCode($attributeCode);
117 117
 
118 118
         // temporary persist the pre-loaded attribute code => ID mapping
119
-        $this->preLoadedAttributeIds[$attributeCode]= $attribute[MemberNames::ATTRIBUTE_ID];
119
+        $this->preLoadedAttributeIds[$attributeCode] = $attribute[MemberNames::ATTRIBUTE_ID];
120 120
     }
121 121
 
122 122
     /**
Please login to merge, or discard this patch.