Test Failed
Branch develop (88a604)
by Reüel
04:35
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
 		if ( $merchants ) {
182 182
 			foreach ( $merchants->data as $merchant ) {
183 183
 				foreach ( $merchant->merchant_profiles->data as $profile ) {
184
-					$profiles[ $profile->uuid ] = $merchant->name . ' - ' . $profile->name;
184
+					$profiles[$profile->uuid] = $merchant->name . ' - ' . $profile->name;
185 185
 				}
186 186
 			}
187 187
 		}
Please login to merge, or discard this patch.