Passed
Push — master ( 0f2983...0de2f4 )
by Aimeos
02:54
created
client/jsonapi/templates/aggregate-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,11 @@
 block discarded – undo
36 36
 	<?php if( isset( $this->errors ) ) : ?>
37 37
 		"errors": <?= json_encode( $this->errors, JSON_PRETTY_PRINT ); ?>
38 38
 
39
-	<?php else : ?>
40
-		"data": <?= json_encode( $entries ); ?>
39
+	<?php else {
40
+	: ?>
41
+		"data": <?= json_encode( $entries );
42
+}
43
+?>
41 44
 
42 45
 	<?php endif; ?>
43 46
 }
Please login to merge, or discard this patch.