Passed
Pull Request — master (#26)
by
unknown
01:43
created
src/Model/Order/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * @var array $allowedCountries
32 32
      */
33
-	private $allowedCountries = array('IT', 'ES', 'PT', 'FR');
33
+    private $allowedCountries = array('IT', 'ES', 'PT', 'FR');
34 34
 
35 35
     /**
36 36
      * Configuration constructor.
Please login to merge, or discard this patch.
examples/createOrder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -438,7 +438,7 @@
 block discarded – undo
438 438
 function get_GetMethod()
439 439
 {
440 440
     if (!isGetActionValid()) {
441
-       return 'createOrder';
441
+        return 'createOrder';
442 442
 
443 443
     };
444 444
     $method = json_decode(json_encode($_GET));
Please login to merge, or discard this patch.