Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit ea59c6c

Browse files
committed
CS fix
1 parent d7e783b commit ea59c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/ZfModule/src/ZfModule/Controller/IndexController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function indexAction()
9292

9393
$viewModel = new ViewModel([
9494
'repositories' => [],
95-
'error_message' => '',
95+
'errorMessage' => '',
9696
]);
9797
$viewModel->setTerminal(true);
9898

@@ -123,7 +123,7 @@ public function organizationAction()
123123

124124
$viewModel = new ViewModel([
125125
'repositories' => [],
126-
'error_message' => '',
126+
'errorMessage' => '',
127127
]);
128128
$viewModel->setTerminal(true);
129129
$viewModel->setTemplate('zf-module/index/index.phtml');

0 commit comments

Comments
 (0)