@@ -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 | { |
@@ -251,7 +251,7 @@ |
||
251 | 251 | * Make a closure based transformer from the model's fillable attributes. |
252 | 252 | * |
253 | 253 | * @param \Illuminate\Database\Eloquent\Model $model |
254 | - * @return \Flugg\Responder\Transformer|callable |
|
254 | + * @return \Closure |
|
255 | 255 | */ |
256 | 256 | protected function makeClosureTransformer(Model $model) |
257 | 257 | { |