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
Nicolas Grekas 95dfa9343c Merge branch '4.0'
* 4.0: (23 commits)
  Clean up
  Update return type in docblock.
  PHP CS Fixer: no need to exclude xml and yml files
  PHP CS Fixer: no need to exclude json file
  [#22749] fix version in changelog
  Update LICENSE year... forever
  fixed some deprecation messages
  fixed CS
  Fixes for Oracle in PdoSessionHandler
  fixed some deprecation messages
  fixed some deprecation messages
  fixed some deprecation messages
  fixed some deprecation messages
  Remove dead code
  [TwigBundle/Brige] catch missing requirements to throw meaningful exceptions
  [DI] fix CS
  [HttpKernel] Call Response->setPrivate() instead of sending raw header() when session is started
  [FrameworkBundle] Make cache:clear "atomic" and consistent with cache:warmup
  Suggest to write an implementation if the interface cannot be autowired
  [Debug] Skip DebugClassLoader checks for already parsed files
  ...
2018-01-02 17:38:14 +01:00
..
Command fixed some deprecation messages 2017-12-31 07:59:27 +01:00
DataCollector Merge branch '3.4' 2017-11-07 15:34:02 +01:00
Extension Merge branch '3.3' into 3.4 2017-12-31 07:07:31 +01:00
Form fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Node Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
NodeVisitor Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources/views/Form Merge branch '3.3' into 3.4 2017-12-11 14:06:16 -08:00
Tests fixed some deprecation messages 2017-12-31 07:59:27 +01:00
TokenParser Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Translation Remove useless docblocks 2017-10-29 10:49:53 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
CHANGELOG.md [Form] [TwigBridge] Added option to disable usage of default themes when rendering a form 2017-10-13 16:30:18 +02:00
composer.json Merge branch '4.0' 2017-12-12 09:59:50 +01:00
LICENSE Update LICENSE year... forever 2017-12-31 13:13:41 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
TwigEngine.php Use namespaced Twig 2017-06-01 23:44:38 +02:00
UndefinedCallableHandler.php [TwigBundle/Brige] catch missing requirements to throw meaningful exceptions 2017-12-30 11:01:46 +01:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources