mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
fixed Twig_Extension_GlobalsInterface name in comments
This commit is contained in:
+1
-1
@@ -605,7 +605,7 @@ An extension is a class that implements the following interface::
|
||||
*
|
||||
* @return array An array of global variables
|
||||
*
|
||||
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsProviderInterace instead
|
||||
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsInterface instead
|
||||
*/
|
||||
function getGlobals();
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ abstract class Twig_Extension implements Twig_ExtensionInterface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsProviderInterace instead
|
||||
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsInterface instead
|
||||
*/
|
||||
public function getGlobals()
|
||||
{
|
||||
|
||||
@@ -74,7 +74,7 @@ interface Twig_ExtensionInterface
|
||||
*
|
||||
* @return array An array of global variables
|
||||
*
|
||||
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsProviderInterace instead
|
||||
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsInterface instead
|
||||
*/
|
||||
public function getGlobals();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user