Skip to content
Snippets Groups Projects
Commit 6ef5c104 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Remove excess backslashes

parent d77aa777
No related branches found
No related tags found
No related merge requests found
...@@ -230,8 +230,8 @@ class Template ...@@ -230,8 +230,8 @@ class Template
); );
} // TODO: add a branch for the old SimpleSAMLphp backend } // TODO: add a branch for the old SimpleSAMLphp backend
$twig = new \Twig_Environment($loader, $options); $twig = new Twig_Environment($loader, $options);
$twig->addExtension(new \Twig_Extensions_Extension_I18n()); $twig->addExtension(new Twig_Extensions_Extension_I18n());
// initialize some basic context // initialize some basic context
$langParam = $this->configuration->getString('language.parameter.name', 'language'); $langParam = $this->configuration->getString('language.parameter.name', 'language');
...@@ -525,7 +525,7 @@ class Template ...@@ -525,7 +525,7 @@ class Template
/** /**
* Get the current instance of Twig in use. * Get the current instance of Twig in use.
* *
* @return false|\Twig_Environment The Twig instance in use, or false if Twig is not used. * @return false|Twig_Environment The Twig instance in use, or false if Twig is not used.
*/ */
public function getTwig() public function getTwig()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment