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
@@ -44,6 +44,9 @@ class Mustache_Test_Cache_FilesystemCacheTest extends PHPUnit_Framework_TestCase
$this->assertTrue($loaded);
}
/**
* @param string $path
*/
private static function rmdir($path)
{
$path = rtrim($path, '/').'/';