Passed
Push — master ( b7e209...504a7e )
by Aimeos
04:07
created
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.
admin/jqadm/templates/type/attribute/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="attribute/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/catalog/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="catalog/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/stock/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="stock/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/coupon/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 
86 86
 <div class="list-view"
87 87
 	data-domain="coupon"
88
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
88
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
89 89
 
90 90
 <nav class="main-navbar">
91 91
 
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 
84 84
 <div class="list-view"
85 85
 	data-domain="supplier"
86
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
86
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
87 87
 
88 88
 <nav class="main-navbar">
89 89
 
Please login to merge, or discard this patch.
admin/jqadm/templates/locale/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="locale"
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/locale/site/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="locale/site"
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/locale/language/list-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 
84 84
 <div class="list-view"
85 85
 	data-domain="locale/language"
86
-	data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>">
86
+	data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>">
87 87
 
88 88
 <nav class="main-navbar">
89 89
 
Please login to merge, or discard this patch.