Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f7ca7c9

Browse files
author
Marco Perone
committed
fix return type doc blocks
1 parent 3d19867 commit f7ca7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controller/AbstractActionController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class AbstractActionController extends AbstractController
2626
/**
2727
* Default action if none provided
2828
*
29-
* @return array
29+
* @return ViewModel
3030
*/
3131
public function indexAction()
3232
{
@@ -38,7 +38,7 @@ public function indexAction()
3838
/**
3939
* Action called if matched action does not exist
4040
*
41-
* @return array
41+
* @return ViewModel
4242
*/
4343
public function notFoundAction()
4444
{

0 commit comments

Comments
 (0)