Passed
Push — master ( d3bc33...cf3d99 )
by Aimeos
04:17
created
admin/jqadm/templates/review/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
 <div class="list-view"
90 90
 	data-domain="review"
91
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
91
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
92 92
 
93 93
 <nav class="main-navbar">
94 94
 
Please login to merge, or discard this patch.
admin/jqadm/templates/service/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
 <div class="list-view"
92 92
 	data-domain="service"
93
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
93
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
94 94
 
95 95
 <nav class="main-navbar">
96 96
 
Please login to merge, or discard this patch.
admin/jqadm/templates/customer/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 
107 107
 <div class="list-view"
108 108
 	data-domain="customer"
109
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
109
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
110 110
 
111 111
 <nav class="main-navbar">
112 112
 
Please login to merge, or discard this patch.
admin/jqadm/templates/group/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
 <div class="list-view"
84 84
 	data-domain="customer/group"
85
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
85
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
86 86
 
87 87
 <nav class="main-navbar">
88 88
 
Please login to merge, or discard this patch.
admin/jqadm/templates/plugin/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
 <div class="list-view"
89 89
 	data-domain="plugin"
90
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
90
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
91 91
 
92 92
 <nav class="main-navbar">
93 93
 
Please login to merge, or discard this patch.
admin/jqadm/templates/attribute/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
 
92 92
 <div class="list-view"
93 93
 	data-domain="attribute"
94
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
94
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
95 95
 
96 96
 <nav class="main-navbar">
97 97
 
Please login to merge, or discard this patch.
admin/jqadm/templates/subscription/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
 
154 154
 <div class="list-view"
155 155
 	data-domain="subscription"
156
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
156
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
157 157
 
158 158
 <nav class="main-navbar">
159 159
 
Please login to merge, or discard this patch.