fixed phpdoc
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Oct 2012 13:36:27 +0000 (14:36 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Oct 2012 13:36:27 +0000 (14:36 +0100)
lib/Twig/Loader/String.php

index 5e1b82c..6a4c0ab 100644 (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)
     {