Completed
Push — master ( d208aa...25518b )
by Lars
12:37
created
src/Intraface/modules/contact/ContactReminder.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
             throw new Exception('Could not save information in ContactReminder->update' . $result->getUserInfo());
225 225
             return false;
226 226
         }
227
-         return $this->id;
227
+            return $this->id;
228 228
     }
229 229
 
230 230
     /**
@@ -244,8 +244,8 @@  discard block
 block discarded – undo
244 244
             throw new Exception('Could not postphone reminder' . $result->getUserInfo());
245 245
             return false;
246 246
         }
247
-         $this->load();
248
-         return true;
247
+            $this->load();
248
+            return true;
249 249
     }
250 250
 
251 251
     /**
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
         if ($result->numRows() == 0) {
278 278
             return array();
279 279
         }
280
-         return $result->fetchAll(MDB2_FETCHMODE_ASSOC);
280
+            return $result->fetchAll(MDB2_FETCHMODE_ASSOC);
281 281
     }
282 282
 
283 283
     /**
@@ -295,8 +295,8 @@  discard block
 block discarded – undo
295 295
             throw new Exception('Could not postphone reminder' . $result->getUserInfo());
296 296
             return false;
297 297
         }
298
-         $this->load();
299
-         return true;
298
+            $this->load();
299
+            return true;
300 300
     }
301 301
 
302 302
     public function getDBQuery()
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server0100.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -590,7 +590,7 @@  discard block
 block discarded – undo
590 590
         return $this->prepareResponseData($this->cleanUpProductList($product->getRelatedProducts($currencies, 'webshop')));
591 591
     }
592 592
 
593
-   /**
593
+    /**
594 594
      * Gets featured products
595 595
      *
596 596
      * Method is experimental and only used by discimport.dk. If you need to use it
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
         return $this->prepareResponseData($related_products);
641 641
     }
642 642
 
643
-   /**
643
+    /**
644 644
      * Gets product keywords which can be used to sort ones webshop
645 645
      *
646 646
      *
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server2.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
         return $this->prepareResponseData($product->getRelatedProducts());
234 234
     }
235 235
 
236
-   /**
236
+    /**
237 237
      * Gets featured products
238 238
      *
239 239
      * Method is experimental and only used by discimport.dk. If you need to use it
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
         return $this->prepareResponseData($related_products);
278 278
     }
279 279
 
280
-   /**
280
+    /**
281 281
      * Gets product keywords which can be used to sort ones webshop
282 282
      *
283 283
      *
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
         return $product->getRelatedProducts();
155 155
     }
156 156
 
157
-   /**
157
+    /**
158 158
      * Gets featured products
159 159
      *
160 160
      * Method is experimental and only used by discimport.dk. If you need to use it
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
         return $related_products;
199 199
     }
200 200
 
201
-   /**
201
+    /**
202 202
      * Gets product keywords which can be used to sort ones webshop
203 203
      *
204 204
      * Method is experimental and only used by nylivsstil.dk. If you need to use it
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server0004.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -590,7 +590,7 @@  discard block
 block discarded – undo
590 590
         return $this->prepareResponseData($this->cleanUpProductList($product->getRelatedProducts($currencies, 'webshop')));
591 591
     }
592 592
 
593
-   /**
593
+    /**
594 594
      * Gets featured products
595 595
      *
596 596
      * Method is experimental and only used by discimport.dk. If you need to use it
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
         return $this->prepareResponseData($related_products);
641 641
     }
642 642
 
643
-   /**
643
+    /**
644 644
      * Gets product keywords which can be used to sort ones webshop
645 645
      *
646 646
      *
Please login to merge, or discard this patch.