Skip to content

Commit ed8d7c0

Browse files
author
Raphael Riel
committed
TwigView PHPDoc typo fix.
1 parent 10220a5 commit ed8d7c0

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)