@@ -28,7 +28,6 @@ |
||
28 | 28 | namespace Callingallpapers\Api\PersistenceLayer; |
29 | 29 | |
30 | 30 | use Callingallpapers\Api\Entity\Cfp; |
31 | -use Monolog\Logger; |
|
32 | 31 | |
33 | 32 | class CfpPersistenceLayer |
34 | 33 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | { |
37 | 37 | /** |
38 | 38 | * |
39 | - * @param Response $response |
|
39 | + * @param ResponseInterface $response |
|
40 | 40 | * @param array $data |
41 | 41 | * @param int $status |
42 | 42 | * |