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