fixed CS
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 25 Apr 2012 04:17:05 +0000 (06:17 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 25 Apr 2012 04:17:05 +0000 (06:17 +0200)
lib/Twig/NodeVisitor/Escaper.php

index f682beb..bf15077 100644 (file)
@@ -23,7 +23,7 @@ class Twig_NodeVisitor_Escaper implements Twig_NodeVisitorInterface
     protected $safeAnalysis;
     protected $traverser;
 
-    function __construct()
+    public function __construct()
     {
         $this->safeAnalysis = new Twig_NodeVisitor_SafeAnalysis();
     }