From: Fabien Potencier Date: Sun, 28 Oct 2012 13:36:27 +0000 (+0100) Subject: fixed phpdoc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=42df784d0484937f43bc50e19e8adae61e6853d6;p=konrad%2Ftwig.git fixed phpdoc --- diff --git a/lib/Twig/Loader/String.php b/lib/Twig/Loader/String.php index 5e1b82c..6a4c0ab 100644 --- a/lib/Twig/Loader/String.php +++ b/lib/Twig/Loader/String.php @@ -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) {