Passed
Branch develop (5fc816)
by JAIME ELMER
01:58
created
src/Tools/Validations.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
      * then the **isIn** function wont check the
32 32
      * *needle* in the *haystack*.
33 33
      * types of the
34
-
35 34
      * @return type
36 35
      */
37 36
     public static function isIn($needle, array $haystack, $strict = true) {
Please login to merge, or discard this patch.
src/Sunat/Operations.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
             $r = $amount * $k;
35 35
             if($isCharge){
36 36
                 $totalCharges += $r;
37
-            }else{
37
+            } else{
38 38
                 $totalAllowances += $r;
39 39
             }
40 40
             
Please login to merge, or discard this patch.