@@ -60,7 +60,7 @@ |
||
60 | 60 | /** |
61 | 61 | * Constructor. |
62 | 62 | * |
63 | - * @param \Illuminate\Contracts\Routing\ResponseFactory|\Laravel\Lumen\Http\ResponseFactory $responseFactory |
|
63 | + * @param \Illuminate\Contracts\Routing\ResponseFactory $responseFactory |
|
64 | 64 | * @param \Symfony\Component\Translation\TranslatorInterface $translator |
65 | 65 | */ |
66 | 66 | public function __construct($responseFactory, TranslatorInterface $translator) |
@@ -70,7 +70,7 @@ |
||
70 | 70 | /** |
71 | 71 | * SuccessResponseBuilder constructor. |
72 | 72 | * |
73 | - * @param \Illuminate\Contracts\Routing\ResponseFactory|\Laravel\Lumen\Http\ResponseFactory $responseFactory |
|
73 | + * @param \Illuminate\Contracts\Routing\ResponseFactory $responseFactory |
|
74 | 74 | * @param \Flugg\Responder\ResourceFactory $resourceFactory |
75 | 75 | * @param \League\Fractal\Manager $manager |
76 | 76 | */ |