Skip to content

Commit

Permalink
Upgraded json-api dependency + phpdoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Jul 1, 2016
1 parent 177c14d commit 5f51675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"nilportugues/json-api": "^2.2",
"nilportugues/json-api": "^2.3",
"symfony/psr-http-message-bridge": "~0.1",
"nilportugues/serializer-eloquent": "~1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ protected function calculateRoute(array $value)
}

/**
* \Illuminate\Routing\UrlGenerator $router.
*
* @param UrlGenerator $router
* @return mixed
*/
protected function getRouterCollection(UrlGenerator $router)
Expand All @@ -75,7 +74,6 @@ protected function getRouterCollection(UrlGenerator $router)
/**
* @param array $value
* @param string $route
* @param UrlGenerator $router
*
* @return mixed|string
*/
Expand Down

0 comments on commit 5f51675

Please sign in to comment.