Completed
Branch master (7a54da)
by Warnar
02:58
created
src/Twig/JqueryValidationExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function getFunctions()
19 19
     {
20 20
         return array(
21
-             new Twig_SimpleFunction(
21
+                new Twig_SimpleFunction(
22 22
                 'form_jquery_validation',
23 23
                 array($this, 'renderJavascript'),
24 24
                 array('needs_environment' => true, 'pre_escape' => array('html', 'js'), 'is_safe' => array('html', 'js'))
Please login to merge, or discard this patch.