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

Commit cf1221a

Browse files
authored
#43 PR code standards fixed
1 parent f82f327 commit cf1221a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ZendViewRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function testWillRenderAViewModel()
430430
$content = str_replace('<?php echo $name ?>', 'Zend', $content);
431431
$this->assertEquals($content, $result);
432432
}
433-
433+
434434
public function testCanRenderWithChildViewModel()
435435
{
436436
$path = __DIR__ . '/TestAsset';

0 commit comments

Comments
 (0)