Completed
Push — master ( 0324bb...38783b )
by Aimeos
02:05
created
client/jsonapi/src/Client/JsonApi/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,8 +102,7 @@
 block discarded – undo
102 102
 
103 103
 			$view->resources = (array) $resources;
104 104
 			$status = 200;
105
-		}
106
-		catch( \Exception $e )
105
+		} catch( \Exception $e )
107 106
 		{
108 107
 			$status = 500;
109 108
 			$view->errors = $this->getErrorDetails( $e );
Please login to merge, or discard this patch.