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

Commit 6d3b586

Browse files
committed
Merge branch 'hotfix/220' into develop
Forward port #220
2 parents 3cb6b78 + f7ca7c9 commit 6d3b586

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)