Passed
Push — master ( d3bc33...cf3d99 )
by Aimeos
04:17
created
admin/jqadm/templates/type/service/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="service/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/service/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="service/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/customer/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="customer/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/customer/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="customer/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/plugin/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="plugin/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/media/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="media/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/media/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="media/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/media/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="media/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/attribute/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="attribute/lists/type"
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.