@@ -81,7 +81,7 @@ |
||
81 | 81 | public function deleteRegistrations($weblist_id) |
82 | 82 | { |
83 | 83 | $params = $this->credentials->getArray(); |
84 | - $params['Id_WebListe'] = '72200' . '_' . 'T3'; |
|
84 | + $params['Id_WebListe'] = '72200'.'_'.'T3'; |
|
85 | 85 | return new Response('SletTilmeldingerV2', $this->soap->SletTilmeldingerV2($params)); |
86 | 86 | } |
87 | 87 | } |
@@ -82,7 +82,7 @@ |
||
82 | 82 | return $this->response->HentNyeTilmeldingerV2Result; |
83 | 83 | break; |
84 | 84 | default: |
85 | - throw new \Exception($this->responseType . ' is not a valid response type'); |
|
85 | + throw new \Exception($this->responseType.' is not a valid response type'); |
|
86 | 86 | } |
87 | 87 | } |
88 | 88 |