@@ -4,9 +4,6 @@ |
||
4 | 4 | |
5 | 5 | if (! function_exists('fractal')) { |
6 | 6 | /** |
7 | - * @param null|mixed $data |
|
8 | - * @param null|callable|\League\Fractal\TransformerAbstract $transformer |
|
9 | - * @param null|\League\Fractal\Serializer\SerializerAbstract $serializer |
|
10 | 7 | * |
11 | 8 | * @return \Spatie\Fractal\Fractal |
12 | 9 | */ |
@@ -22,8 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * Return a new JSON response. |
24 | 24 | * |
25 | - * @param callable|int $callbackOrStatusCode |
|
26 | - * @param array $headers |
|
25 | + * @param integer $callbackOrStatusCode |
|
27 | 26 | * |
28 | 27 | * @return \Illuminate\Http\JsonResponse |
29 | 28 | */ |