@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use Famoser\SyncApi\Models\Entities\UserCollection; |
| 20 | 20 | use Famoser\SyncApi\Types\ApiError; |
| 21 | 21 | use Famoser\SyncApi\Types\ServerError; |
| 22 | -use Guzzle\Http\Message\Request; |
|
| 23 | 22 | use Slim\Http\Response; |
| 24 | 23 | |
| 25 | 24 | /** |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | * SettingsRepository constructor. |
| 34 | 34 | * |
| 35 | 35 | * @param DatabaseServiceInterface $helper |
| 36 | - * @param $applicationId |
|
| 36 | + * @param string $applicationId |
|
| 37 | 37 | */ |
| 38 | 38 | public function __construct(DatabaseServiceInterface $helper, $applicationId) |
| 39 | 39 | { |