@@ -67,8 +67,8 @@ |
||
| 67 | 67 | public function __destruct() |
| 68 | 68 | { |
| 69 | 69 | $this->processCode() |
| 70 | - ->processMessage() |
|
| 71 | - ->processCondition(); |
|
| 70 | + ->processMessage() |
|
| 71 | + ->processCondition(); |
|
| 72 | 72 | |
| 73 | 73 | if (!empty($this->errors)) { |
| 74 | 74 | throw new \RuntimeException(implode("\n", $this->errors)); |
@@ -171,8 +171,8 @@ |
||
| 171 | 171 | } |
| 172 | 172 | } |
| 173 | 173 | /** |
| 174 | - * @param array $headers |
|
| 175 | - */ |
|
| 174 | + * @param array $headers |
|
| 175 | + */ |
|
| 176 | 176 | protected function setHeaders(array $headers = null) |
| 177 | 177 | { |
| 178 | 178 | if (null === $headers) { |