File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " >=5.4.0" ,
25- "league/fractal" : " ~0.13 "
25+ "league/fractal" : " ~0.17 "
2626 },
2727 "require-dev" : {
2828 "phpunit/phpunit" : " ~4.0" ,
3838 },
3939 "extra" : {
4040 "branch-alias" : {
41- "dev-master" : " 0.15 -dev"
41+ "dev-master" : " 0.16 -dev"
4242 }
4343 }
4444}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function setStatusCode($statusCode);
4141 *
4242 * @param array $array
4343 * @param array $headers
44- * @param $json_options @link http://php.net/manual/en/function.json-encode.php
44+ * @param int $json_options @link http://php.net/manual/en/function.json-encode.php
4545 * @return
4646 */
4747 public function withArray (array $ array , array $ headers = [], $ json_options = 0 );
You can’t perform that action at this time.
0 commit comments