@@ -129,8 +129,7 @@ |
||
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 | } |