Completed
Push — master ( fad61c...4fed00 )
by Florian
11s
created
lib/Payone/SessionStatus/Response/Abstract.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,8 +83,7 @@
 block discarded – undo
83 83
         {
84 84
             if ($data === null) {
85 85
                 continue;
86
-            }
87
-            elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) {
86
+            } elseif ($data instanceof Payone_Protocol_Service_ApplyFilters == false) {
88 87
                 $result[$key] = $data;
89 88
             }
90 89
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Response/Abstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
             return $aValue;
104 104
         }
105 105
 
106
-        if($this->applyFilters) {
106
+        if ($this->applyFilters) {
107 107
             $result = $this->applyFilters->apply($aValue);
108 108
         } else {
109 109
             $protocolFactory     = new Payone_Protocol_Factory();
Please login to merge, or discard this patch.