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

Commit 1b9ce90

Browse files
committed
Added parenthesis on instantiating a new class
1 parent 0c6c9a1 commit 1b9ce90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ZendViewRendererTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class ZendViewRendererTest extends TestCase
3030

3131
public function setUp()
3232
{
33-
$this->resolver = new TemplatePathStack;
34-
$this->render = new PhpRenderer;
33+
$this->resolver = new TemplatePathStack();
34+
$this->render = new PhpRenderer();
3535
$this->render->setResolver($this->resolver);
3636
}
3737

0 commit comments

Comments
 (0)