Passed
Push — master ( e8f598...8aaa8e )
by Aimeos
02:06
created
client/jsonapi/src/Client/JsonApi/Order/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,7 @@
 block discarded – undo
43 43
 			{
44 44
 				$view->items = $cntl->get( $id );
45 45
 				$view->total = 1;
46
-			}
47
-			else
46
+			} else
48 47
 			{
49 48
 				$total = 0;
50 49
 				$items = $cntl->parse( (array) $view->param( 'filter', [] ) )
Please login to merge, or discard this patch.