@@ -108,7 +108,7 @@ |
||
108 | 108 | /** |
109 | 109 | * Get the services provided by the provider. |
110 | 110 | * |
111 | - * @return array |
|
111 | + * @return string[] |
|
112 | 112 | */ |
113 | 113 | public function provides() |
114 | 114 | { |
@@ -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 | */ |
@@ -59,7 +59,7 @@ |
||
59 | 59 | /** |
60 | 60 | * Constructor. |
61 | 61 | * |
62 | - * @param \Illuminate\Contracts\Routing\ResponseFactory|\Laravel\Lumen\Http\ResponseFactory $responseFactory |
|
62 | + * @param \Illuminate\Contracts\Routing\ResponseFactory $responseFactory |
|
63 | 63 | * @param \Symfony\Component\Translation\TranslatorInterface|Illuminate\Contracts\Translation\Translator $translator |
64 | 64 | */ |
65 | 65 | public function __construct($responseFactory, $translator) |