Passed
Push — master ( d54449...d8ec5a )
by Aimeos
04:10
created
client/jsonapi/src/Client/JsonApi/Product/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,8 +81,7 @@
 block discarded – undo
81 81
 			 */
82 82
 			$tplconf = 'client/jsonapi/product/template-aggregate';
83 83
 			$default = 'aggregate-standard';
84
-		}
85
-		else
84
+		} else
86 85
 		{
87 86
 			/** client/jsonapi/product/template
88 87
 			 * Relative path to the product JSON API template
Please login to merge, or discard this patch.
client/jsonapi/src/Client/JsonApi/Review/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -225,8 +225,7 @@
 block discarded – undo
225 225
 			 */
226 226
 			$tplconf = 'client/jsonapi/review/template-aggregate';
227 227
 			$default = 'aggregate-standard';
228
-		}
229
-		else
228
+		} else
230 229
 		{
231 230
 			/** client/jsonapi/review/template
232 231
 			 * Relative path to the review JSON API template
Please login to merge, or discard this patch.