Fix incorrect or missing type annotations.

This commit is contained in:
Justin Hileman
2014-03-25 07:31:04 -07:00
parent 22a47452da
commit f696e7afa6
15 changed files with 41 additions and 7 deletions
+3
View File
@@ -142,6 +142,9 @@ class Mustache_Test_CompilerTest extends PHPUnit_Framework_TestCase
$compiler->compile('', array(array(Mustache_Tokenizer::TYPE => 'invalid')), 'SomeClass');
}
/**
* @param string $value
*/
private function createTextToken($value)
{
return array(