@@ -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) { |
@@ -78,7 +78,7 @@ |
||
78 | 78 | 'uri' => 'http://www.drms.local/app_api_test.php/soap/globalws' |
79 | 79 | ]; |
80 | 80 | |
81 | - $this->rawResponse = $this->options; |
|
81 | + $this->rawResponse = $this->options; |
|
82 | 82 | |
83 | 83 | try { |
84 | 84 | $client = new \SoapClient($this->wsdl, $this->options); |