@@ -103,7 +103,7 @@ |
||
| 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(); |