mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
fix deprecation message typo
This commit is contained in:
@@ -13,7 +13,7 @@ abstract class Twig_Extension implements Twig_ExtensionInterface
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@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)
|
public function initRuntime(Twig_Environment $environment)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user