fix deprecation message typo

This commit is contained in:
Richard van Laak
2015-11-03 17:56:06 +01:00
parent e7e334c8b2
commit cb5ea5244f
+1 -1
View File
@@ -13,7 +13,7 @@ abstract class Twig_Extension implements Twig_ExtensionInterface
/**
* {@inheritdoc}
*
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterace instead
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterface instead
*/
public function initRuntime(Twig_Environment $environment)
{