From 42df784d0484937f43bc50e19e8adae61e6853d6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 28 Oct 2012 14:36:27 +0100 Subject: [PATCH] fixed phpdoc --- lib/Twig/Loader/String.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) 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) { -- 1.7.2.5