@@ -151,7 +151,7 @@ |
||
| 151 | 151 | |
| 152 | 152 | private static function getUrl(): string |
| 153 | 153 | { |
| 154 | - return self::REST_URL . 'import/'; |
|
| 154 | + return self::REST_URL.'import/'; |
|
| 155 | 155 | } |
| 156 | 156 | |
| 157 | 157 | |
@@ -98,9 +98,9 @@ |
||
| 98 | 98 | |
| 99 | 99 | |
| 100 | 100 | public function getXmlFile(): XMLFile |
| 101 | - { |
|
| 102 | - return $this->xmlFile; |
|
| 103 | - } |
|
| 101 | + { |
|
| 102 | + return $this->xmlFile; |
|
| 103 | + } |
|
| 104 | 104 | |
| 105 | 105 | |
| 106 | 106 | /** |