Skip to content

Commit 2d08661

Browse files
author
Josh Lockhart
committed
Merge branch 'twigview-phpdoc'
2 parents 10220a5 + ed8d7c0 commit 2d08661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Views/TwigView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function render( $template ) {
7373
/**
7474
* Creates new TwigEnvironment if it doesn't already exist, and returns it.
7575
*
76-
* @return TwigEnvironment
76+
* @return Twig_Environment
7777
*/
7878
public function getEnvironment() {
7979
if ( !$this->twigEnvironment ) {

0 commit comments

Comments
 (0)