PHPDoc the methods

This commit is contained in:
James Brooks
2014-12-01 08:38:26 +00:00
parent 13b858a99e
commit 4762864c6f
5 changed files with 29 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
class HomeController extends Controller {
/**
* Returns the rendered Blade templates.
* @return View
* @return \Illuminate\View\View
*/
public function showIndex() {
return View::make('index', ['components' => Component::all()]);