mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 05:16:30 +00:00
Merge branch '1.x'
* 1.x: fixed CS bumped version to 1.18.3-DEV prepared the 1.18.2 release Conflicts: CHANGELOG ext/twig/php_twig.h lib/Twig/Environment.php
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user