Skip to content

Commit cdd9ba6

Browse files
author
Alex Garrett
committed
Remove HomeController docblocks
1 parent ae00afe commit cdd9ba6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/Controllers/HomeController.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010

1111
class HomeController extends Controller
1212
{
13-
/**
14-
* Render the homepage.
15-
*
16-
* @param \Psr\Http\Message\ServerRequestInterface $request
17-
* @param \Psr\Http\Message\ResponseInterface $response
18-
* @param array $args
19-
*
20-
* @return mixed
21-
*/
2213
public function index(Request $request, Response $response, $args)
2314
{
2415
return $this->c->view->render($response, 'home/index.twig', [

0 commit comments

Comments
 (0)