Skip to content

Commit

Permalink
Merge pull request laravel#1435 from antonybudi/patch-3
Browse files Browse the repository at this point in the history
Little fix on PHP doc
  • Loading branch information
taylorotwell committed May 19, 2015
2 parents 34d5fd4 + 1506c39 commit 8755296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If your controller method is also expecting input from a route parameter, simply
class UserController extends Controller {

/**
* Store a new user.
* Update the specified user.
*
* @param Request $request
* @param int $id
Expand Down

0 comments on commit 8755296

Please sign in to comment.