Skip to content

Commit 3259c11

Browse files
committed
Fix JqueryHelper constructor
1 parent 46d3f82 commit 3259c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Helper/JqueryHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class JqueryHelper
3434
* @param UtilHelper $utilHelper
3535
* @param Environment $templating
3636
*/
37-
public function __construct(UtilHelper $util, Twig_Environment $templating)
37+
public function __construct(UtilHelper $util, Environment $templating)
3838
{
3939
$this->util = $util;
4040
$this->templating = $templating;

0 commit comments

Comments
 (0)