Browse Source

Fix grammar and phpcs error.

mark_story 11 years ago
parent
commit
7397d6f99a
2 changed files with 1 additions and 2 deletions
  1. 1 1
      src/View/StringTemplate.php
  2. 0 1
      tests/TestCase/View/Helper/FormHelperTest.php

+ 1 - 1
src/View/StringTemplate.php

@@ -75,7 +75,7 @@ class StringTemplate {
 	}
 
 /**
- * Push the current templates onto the template stack.
+ * Push the current templates into the template stack.
  *
  * @return void
  */

+ 0 - 1
tests/TestCase/View/Helper/FormHelperTest.php

@@ -2126,7 +2126,6 @@ class FormHelperTest extends TestCase {
 			),
 		);
 		$this->assertTags($result, $expected);
-
 	}
 
 /**