Completed
Push — master ( fad61c...4fed00 )
by Florian
11s
created
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.