@@ -62,7 +62,7 @@ |
||
62 | 62 | */ |
63 | 63 | public function __toString() |
64 | 64 | { |
65 | - if($this->applyFilters) { |
|
65 | + if ($this->applyFilters) { |
|
66 | 66 | $result = $this->applyFilters->apply($this->toArray()); |
67 | 67 | } else { |
68 | 68 | $protocolFactory = new Payone_Protocol_Factory(); |
@@ -83,8 +83,7 @@ |
||
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 | } |
@@ -62,7 +62,7 @@ |
||
62 | 62 | */ |
63 | 63 | public function __toString() |
64 | 64 | { |
65 | - if($this->applyFilters) { |
|
65 | + if ($this->applyFilters) { |
|
66 | 66 | $result = $this->applyFilters->apply($this->toArray()); |
67 | 67 | } else { |
68 | 68 | $protocolFactory = new Payone_Protocol_Factory(); |
@@ -83,8 +83,7 @@ |
||
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 | } |
@@ -27,7 +27,7 @@ |
||
27 | 27 | /** @var string */ |
28 | 28 | protected $key = Payone_Enum_ClearingType::PAYOLUTION; |
29 | 29 | |
30 | - /** |
|
30 | + /** |
|
31 | 31 | * @return string |
32 | 32 | */ |
33 | 33 | public function getKey() |
@@ -27,7 +27,7 @@ |
||
27 | 27 | /** @var string */ |
28 | 28 | protected $key = Payone_Enum_ClearingType::PAYOLUTIONDEBIT; |
29 | 29 | |
30 | - /** |
|
30 | + /** |
|
31 | 31 | * @return string |
32 | 32 | */ |
33 | 33 | public function getKey() |