Skip to content
Snippets Groups Projects
Unverified Commit a7bdfcd1 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Update TemplateControllerInterface.php

parent 9afcd53b
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,11 @@ interface TemplateControllerInterface
/**
* Implement to modify the twig environment after its initialization (e.g. add filters or extensions).
*
* @param \Twig_Environment $twig The current twig environment.
* @param \Twig\Environment $twig The current twig environment.
*
* @return void
*/
public function setUpTwig(\Twig_Environment &$twig);
public function setUpTwig(\Twig\Environment &$twig);
/**
......
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