Browse Source

phpcs fix

AD7six 12 years ago
parent
commit
65bd8a84a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/View/Helper/StringTemplateTrait.php

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

@@ -61,7 +61,6 @@ trait StringTemplateTrait {
  * @return void
  */
 	public function templater() {
-
 		if (empty($this->_templater)) {
 			$class = $this->config('templateClass') ?: '\Cake\View\StringTemplate';
 			$this->_templater = new $class;