Completed
Pull Request — master (#148)
by Chris
01:22
created
src/Fractal.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,9 +77,9 @@
 block discarded – undo
77 77
     /**
78 78
      * Return a new JSON response.
79 79
      *
80
-     * @param  callable|int $statusCode
80
+     * @param  integer $statusCode
81 81
      * @param  callable|array $headers
82
-     * @param  callable|int $options
82
+     * @param  integer $options
83 83
      *
84 84
      * @return \Illuminate\Http\JsonResponse
85 85
      */
Please login to merge, or discard this patch.