Skip to content

Commit

Permalink
Doc Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Oct 29, 2015
1 parent 1d8010c commit faca4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct(Repository $repository)
/**
* Store a newly created resource in storage.
*
* @return Model|false
* @return \Illuminate\Http\JsonResponse
*/
public function store()
{
Expand All @@ -34,7 +34,7 @@ public function store()
*
* @param $model
*
* @return bool
* @return \Illuminate\Http\JsonResponse
*/
public function update($model)
{
Expand Down

0 comments on commit faca4fc

Please sign in to comment.