@@ -188,7 +188,7 @@ |
||
| 188 | 188 | |
| 189 | 189 | /* the user do not exist, we create it */ |
| 190 | 190 | case Response::ERROR_NORESULT: |
| 191 | - if($id = $this->createUser($user)) { |
|
| 191 | + if ($id = $this->createUser($user)) { |
|
| 192 | 192 | break; |
| 193 | 193 | } |
| 194 | 194 | |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | |
| 86 | 86 | return $processedConfiguration; |
| 87 | 87 | } catch (Exception $e) { |
| 88 | - echo $e->getMessage() . PHP_EOL; |
|
| 88 | + echo $e->getMessage().PHP_EOL; |
|
| 89 | 89 | } |
| 90 | 90 | } |
| 91 | 91 | } |