* 1.x:
fixed .php_cs CS
removed 5.3 from Travis matrix
removed array notation in comments
enabled short array notation in docs
fixed usage of short array notation in tests
fixed usage of short array notation in tests
fixed more short array notations
switched to use PHP short array notation for Twig's code
switched to use short arrays in generated code
dropped PHP 5.3 support
bumped version
* 1.x: (23 commits)
changed a test to make it more robust
bumped version to 1.24.3-DEV
prepared the 1.24.2 release
updated CHANGELOG
Floor - use cast and not intval
fixed CS
Do not mix indention levels
fixed typo
Add Visual Studio Code to the list of IDE integrations
Fixed all deprecation notices by using
[Doc] Fixed small error in code example
Update macro.rst
Update use.rst
Fix exception message for static method and object without req. params.
add named macro end-tag documentation
fixed CS
Fix load cache
Minor rst syntax tweaks
Reset blocks also in doLeaveNode
fix a case where the autoescaping does not work as expected
...
* 1.x:
updated CHANGELOG
reverted unexpected change
fixed previous merge
Organize and show value types
Added label for "Whitespace Control" section
Added note about case sensitivity of logic operators
Fixed CS
Fixed error guessing for nested templates
Travis no longer supports hhvm-nightly
fixed CS
Added an example for "and" on if statment
Updated exception messages for null vars in Twig_Template::getAttribute().
Use stubs for profiles. Fixes#1660
Conflicts:
doc/api.rst
* 1.x:
Fix two failed unit tests on Windows:
updated CHANGELOG
Reduce the name of the cache directories to 1 character
clean ups
bumped version to 1.18.2-DEV
prepared the 1.18.1 release
updated CHANGELOG
Cleanup API - make the compiler happy
Fixed memory leaks
tweaked docs about the C extension
removed an obsolete recipe
Conflicts:
CHANGELOG
doc/api.rst
doc/recipes.rst
ext/twig/php_twig.h
lib/Twig/Environment.php
lib/Twig/NodeTraverser.php
lib/Twig/Template.php