@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -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 | } |
@@ -60,8 +60,7 @@ |
||
60 | 60 | { |
61 | 61 | if ($this->isError()) { |
62 | 62 | $result = parent::__toString(); |
63 | - } |
|
64 | - else { |
|
63 | + } else { |
|
65 | 64 | $stringArray = array('status=' . $this->getStatus(), 'data=PDF-Content'); |
66 | 65 | $result = implode('|', $stringArray); |
67 | 66 | } |