@@ -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 | */ |
@@ -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 | */ |