fixed phpdoc

This commit is contained in:
Fabien Potencier
2012-10-28 14:36:27 +01:00
parent 8dbe803b29
commit 42df784d04
+1 -5
View File
@@ -43,11 +43,7 @@ class Twig_Loader_String implements Twig_LoaderInterface, Twig_ExistsLoaderInter
}
/**
* Gets the cache key to use for the cache for a given template name.
*
* @param string $name The name of the template to load
*
* @return string The cache key
* {@inheritdoc}
*/
public function getCacheKey($name)
{