Passed
Push — develop ( 5cc981...e09742 )
by Remco
04:10
created
src/Address.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
260 260
 
261 261
 		foreach ( $map as $property => $adyen_property ) {
262 262
 			if ( null !== $this->{$property} ) {
263
-				$properties[ $adyen_property ] = $this->{$property};
263
+				$properties[$adyen_property] = $this->{$property};
264 264
 			}
265 265
 		}
266 266
 
Please login to merge, or discard this patch.