This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig
2020-10-13 14:21:16 +02:00
..
Command Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
DataCollector [Twig] removed usage of non-namespaced classes 2019-02-16 12:50:39 +01:00
Extension Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Form Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Node Remove unused local variables in tests 2019-10-24 17:33:53 +02:00
NodeVisitor [Translation] fix return type declarations 2019-08-26 09:52:58 +02:00
Resources/views/Form [TwigBridge] button_widget now has its title attr translated even if its label = null or false 2020-01-07 20:28:09 +01:00
Tests stop using the deprecated at() PHPUnit matcher 2020-08-12 16:55:37 +02:00
TokenParser Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Translation Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
CHANGELOG.md fixed short array CS in comments 2019-01-16 14:27:11 +01:00
composer.json Remove "version" from composer.json files, use "branch-version" instead 2020-10-13 14:21:16 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md fixed Twig URL 2018-04-20 08:14:58 +02:00
TwigEngine.php Sync Twig templateExists behaviors 2019-10-01 17:13:36 +02:00
UndefinedCallableHandler.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources