@@ -171,7 +171,7 @@ |
||
| 171 | 171 | /** |
| 172 | 172 | * Exclude relations from the transform. |
| 173 | 173 | * |
| 174 | - * @param string[]|string $relations |
|
| 174 | + * @param string[] $relations |
|
| 175 | 175 | * @return $this |
| 176 | 176 | */ |
| 177 | 177 | public function without($relations) |
@@ -110,8 +110,8 @@ |
||
| 110 | 110 | /** |
| 111 | 111 | * Resolve a transformer from the transformable element. |
| 112 | 112 | * |
| 113 | - * @param mixed $transformable |
|
| 114 | - * @return \Flugg\Responder\Contracts\Transformable|callable|null |
|
| 113 | + * @param Transformable|null $transformable |
|
| 114 | + * @return callable |
|
| 115 | 115 | */ |
| 116 | 116 | protected function resolveTransformer($transformable) |
| 117 | 117 | { |