Passed
Pull Request — master (#252)
by
unknown
03:07
created
templates/admin/jqadm/product/item-characteristic-property.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 $propertyTypes = $this->get( 'propertyTypes', map());
12 12
 
13 13
 if ( $propertyTypes->isEmpty() ) {
14
-    $propertyTypes = (object)[];
14
+	$propertyTypes = (object)[];
15 15
 } else {
16
-    $propertyTypes = $propertyTypes->col( 'product.property.type.label', 'product.property.type.code' )->all();
16
+	$propertyTypes = $propertyTypes->col( 'product.property.type.label', 'product.property.type.code' )->all();
17 17
 }
18 18
 
19 19
 ?>
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 
9 9
 $enc = $this->encoder();
10 10
 
11
-$propertyTypes = $this->get( 'propertyTypes', map());
11
+$propertyTypes = $this->get( 'propertyTypes', map() );
12 12
 
13
-if ( $propertyTypes->isEmpty() ) {
14
-    $propertyTypes = (object)[];
13
+if( $propertyTypes->isEmpty() ) {
14
+    $propertyTypes = (object) [];
15 15
 } else {
16 16
     $propertyTypes = $propertyTypes->col( 'product.property.type.label', 'product.property.type.code' )->all();
17 17
 }
Please login to merge, or discard this patch.