@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Mediapart\Selligent\Response; |
| 13 | 13 | |
| 14 | 14 | use Mediapart\Selligent\Response; |
| 15 | -use Mediapart\Selligent\Properties; |
|
| 16 | 15 | |
| 17 | 16 | /** |
| 18 | 17 | * |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Mediapart\Selligent\Response; |
| 13 | 13 | |
| 14 | 14 | use Mediapart\Selligent\Response; |
| 15 | -use Mediapart\Selligent\Properties; |
|
| 16 | 15 | |
| 17 | 16 | /** |
| 18 | 17 | * |
@@ -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 | |