Passed
Push — master ( 92a4ca...91a259 )
by Aimeos
03:16
created
client/jsonapi/src/Client/JsonApi/Service/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
58 58
 					$view->items = $provider->getServiceItem();
59 59
 					$view->total = 1;
60 60
 				}
61
-			}
62
-			else
61
+			} else
63 62
 			{
64 63
 				$attributes = [];
65 64
 				$items = map();
Please login to merge, or discard this patch.