Passed
Branch master (d032f7)
by Aimeos
05:30
created
admin/jqadm/templates/type/text/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/text/lists/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/catalog/lists/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/price/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/price/lists/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/customer/property/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/customer/lists/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/stock/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.
admin/jqadm/templates/type/media/item-standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@
 block discarded – undo
5 5
  * @copyright Aimeos (aimeos.org), 2017-2018
6 6
  */
7 7
 
8
-$selected = function( $key, $code ) {
8
+$selected = function( $key, $code )
9
+{
9 10
 	return ( $key == $code ? 'selected="selected"' : '' );
10 11
 };
11 12
 
Please login to merge, or discard this patch.