@@ -25,7 +25,7 @@ |
||
25 | 25 | * Get Header |
26 | 26 | * |
27 | 27 | * @return string |
28 | - */ |
|
28 | + */ |
|
29 | 29 | public function getHeader() |
30 | 30 | { |
31 | 31 | return 'Content-Type: application/xml'; |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * Get Header |
26 | 26 | * |
27 | 27 | * @return string |
28 | - */ |
|
28 | + */ |
|
29 | 29 | public function getHeader() |
30 | 30 | { |
31 | 31 | return 'Content-Type: application/xml'; |
@@ -19,10 +19,10 @@ |
||
19 | 19 | public function errorHandler($level, $message, $file) { |
20 | 20 | $this->logger->addWarning($message); |
21 | 21 | $this->buildErrorMessage('Error occur.'); |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | 24 | public function exceptionHandler($exception) { |
25 | 25 | $this->logger->addWarning($exception->getMessage()); |
26 | 26 | $this->buildErrorMessage('Error occur.'); |
27 | - } |
|
27 | + } |
|
28 | 28 | } |
29 | 29 | \ No newline at end of file |