Passed
Push — master ( d3bc33...cf3d99 )
by Aimeos
04:17
created
admin/jqadm/templates/order/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
 
230 230
 <div class="list-view"
231 231
 	data-domain="order"
232
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
232
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
233 233
 
234 234
 <nav class="main-navbar">
235 235
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/text/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="text/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/text/lists/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="text/lists/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/price/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="price/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/price/lists/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="price/lists/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/price/property/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="price/property/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/product/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="product/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/product/lists/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="product/lists/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/product/property/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
 <div class="list-view"
86 86
 	data-domain="product/property/type"
87
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
87
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
88 88
 
89 89
 <nav class="main-navbar">
90 90
 
Please login to merge, or discard this patch.