Browse Source

Fixed @return data type

Yonel Ceruto González 11 years ago
parent
commit
e5676fe3ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/StringTemplateTrait.php

+ 1 - 1
src/View/Helper/StringTemplateTrait.php

@@ -59,7 +59,7 @@ trait StringTemplateTrait {
 /**
  * templater
  *
- * @return void
+ * @return \Cake\View\StringTemplate
  */
 	public function templater() {
 		if (empty($this->_templater)) {