diff --git a/CHANGELOG b/CHANGELOG index b89687c6b..979ced9a4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,7 +8,11 @@ * improved the performance of the filesystem loader * removed features that were deprecated in 1.x -* 1.18.2 (2015-XX-XX) +* 1.18.3 (2015-XX-XX) + + * n/a + +* 1.18.2 (2015-06-06) * fixed template/line guessing in exceptions for nested templates * optimized the number of inodes and the size of realpath cache when using the cache diff --git a/lib/Twig/Profiler/Dumper/Html.php b/lib/Twig/Profiler/Dumper/Html.php index c89852064..f066da750 100644 --- a/lib/Twig/Profiler/Dumper/Html.php +++ b/lib/Twig/Profiler/Dumper/Html.php @@ -14,7 +14,7 @@ */ class Twig_Profiler_Dumper_Html extends Twig_Profiler_Dumper_Text { - static private $colors = array( + private static $colors = array( 'block' => '#dfd', 'macro' => '#ddf', 'template' => '#ffd',