Passed
Push — master ( cf23f1...ed4ff9 )
by Aimeos
03:14
created
client/jsonapi/src/Client/JsonApi/Order/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,7 @@
 block discarded – undo
48 48
 			{
49 49
 				$view->items = $cntl->get( $id );
50 50
 				$view->total = 1;
51
-			}
52
-			else
51
+			} else
53 52
 			{
54 53
 				$total = 0;
55 54
 				$items = $cntl->sort( $view->param( 'sort', '-order.id' ) )
Please login to merge, or discard this patch.