Completed
Push — master ( 649aac...9efee0 )
by Aimeos
01:52
created
client/jsonapi/src/Client/JsonApi.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,8 +129,7 @@
 block discarded – undo
129 129
 			if( ( $client = @call_user_func_array( array( $factory, 'createClient' ), $args ) ) === false ) {
130 130
 				throw new \Aimeos\Client\JsonApi\Exception( sprintf( 'Invalid factory "%1$s"', $factory ), 400 );
131 131
 			}
132
-		}
133
-		else
132
+		} else
134 133
 		{
135 134
 			$client = self::createRoot( $context, $path, $name );
136 135
 		}
Please login to merge, or discard this patch.