@@ -71,7 +71,7 @@ |
||
| 71 | 71 | } catch (\Exception $e) { |
| 72 | 72 | if ($exception != NULL) { |
| 73 | 73 | throw $exception; |
| 74 | - } elseif($e instanceof MnsException) { |
|
| 74 | + } elseif ($e instanceof MnsException) { |
|
| 75 | 75 | throw $e; |
| 76 | 76 | } else { |
| 77 | 77 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | } catch (\Exception $e) { |
| 35 | 35 | if ($exception != NULL) { |
| 36 | 36 | throw $exception; |
| 37 | - } elseif($e instanceof MnsException) { |
|
| 37 | + } elseif ($e instanceof MnsException) { |
|
| 38 | 38 | throw $e; |
| 39 | 39 | } else { |
| 40 | 40 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | } catch (\Exception $e) { |
| 50 | 50 | if ($exception != NULL) { |
| 51 | 51 | throw $exception; |
| 52 | - } elseif($e instanceof MnsException) { |
|
| 52 | + } elseif ($e instanceof MnsException) { |
|
| 53 | 53 | throw $e; |
| 54 | 54 | } else { |
| 55 | 55 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | while ($xmlReader->read()) |
| 66 | 66 | { |
| 67 | 67 | if ($xmlReader->nodeType == \XMLReader::ELEMENT && $xmlReader->name == Constants::ERROR) { |
| 68 | - $ex->addDeleteMessageErrorItem( DeleteMessageErrorItem::fromXML($xmlReader)); |
|
| 68 | + $ex->addDeleteMessageErrorItem(DeleteMessageErrorItem::fromXML($xmlReader)); |
|
| 69 | 69 | } |
| 70 | 70 | } |
| 71 | 71 | throw $ex; |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | } catch (\Exception $e) { |
| 70 | 70 | if ($exception != NULL) { |
| 71 | 71 | throw $exception; |
| 72 | - } elseif($e instanceof MnsException) { |
|
| 72 | + } elseif ($e instanceof MnsException) { |
|
| 73 | 73 | throw $e; |
| 74 | 74 | } else { |
| 75 | 75 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | } catch (\Exception $e) { |
| 33 | 33 | if ($exception != NULL) { |
| 34 | 34 | throw $exception; |
| 35 | - } elseif($e instanceof MnsException) { |
|
| 35 | + } elseif ($e instanceof MnsException) { |
|
| 36 | 36 | throw $e; |
| 37 | 37 | } else { |
| 38 | 38 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | } catch (\Exception $e) { |
| 61 | 61 | if ($exception != NULL) { |
| 62 | 62 | throw $exception; |
| 63 | - } elseif($e instanceof MnsException) { |
|
| 63 | + } elseif ($e instanceof MnsException) { |
|
| 64 | 64 | throw $e; |
| 65 | 65 | } else { |
| 66 | 66 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | } catch (\Exception $e) { |
| 84 | 84 | if ($exception != NULL) { |
| 85 | 85 | throw $exception; |
| 86 | - } elseif($e instanceof MnsException) { |
|
| 86 | + } elseif ($e instanceof MnsException) { |
|
| 87 | 87 | throw $e; |
| 88 | 88 | } else { |
| 89 | 89 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | } catch (\Exception $e) { |
| 48 | 48 | if ($exception != NULL) { |
| 49 | 49 | throw $exception; |
| 50 | - } elseif($e instanceof MnsException) { |
|
| 50 | + } elseif ($e instanceof MnsException) { |
|
| 51 | 51 | throw $e; |
| 52 | 52 | } else { |
| 53 | 53 | throw new MnsException($statusCode, $e->getMessage()); |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | } catch (\Exception $e) { |
| 82 | 82 | if ($exception != NULL) { |
| 83 | 83 | throw $exception; |
| 84 | - } elseif($e instanceof MnsException) { |
|
| 84 | + } elseif ($e instanceof MnsException) { |
|
| 85 | 85 | throw $e; |
| 86 | 86 | } else { |
| 87 | 87 | throw new MnsException($statusCode, $e->getMessage()); |