We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d3f82 commit 3259c11Copy full SHA for 3259c11
1 file changed
Helper/JqueryHelper.php
@@ -34,7 +34,7 @@ class JqueryHelper
34
* @param UtilHelper $utilHelper
35
* @param Environment $templating
36
*/
37
- public function __construct(UtilHelper $util, Twig_Environment $templating)
+ public function __construct(UtilHelper $util, Environment $templating)
38
{
39
$this->util = $util;
40
$this->templating = $templating;
0 commit comments