fixed Twig_Extension_GlobalsInterface name in comments

This commit is contained in:
Christian Raue
2015-11-02 13:15:25 +01:00
parent b9b6f367e1
commit 2660286d28
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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();
+1 -1
View File
@@ -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()
{
+1 -1
View File
@@ -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();