PHPDoc the methods
This commit is contained in:
@@ -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()]);
|
||||
|
||||
Reference in New Issue
Block a user