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/Bundle/TwigBundle
Fabien Potencier 21a3439a29 feature #27476 [Config] deprecate tree builders without root nodes (xabbuh)
This PR was merged into the 4.2-dev branch.

Discussion
----------

[Config] deprecate tree builders without root nodes

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

While reviewing #27472 I wondered if we really need support config trees without a root node. If we did not support it, users wouldn't create pseudo configuration classes when they were actually not needed.

Commits
-------

c2ce15301c deprecate tree builders without root nodes
2018-06-25 19:06:32 +02:00
..
CacheWarmer fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Command fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Controller Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
DependencyInjection feature #27476 [Config] deprecate tree builders without root nodes (xabbuh) 2018-06-25 19:06:32 +02:00
Loader Enhance the twig not found exception 2018-06-14 14:22:04 +02:00
Resources Merge branch '4.1' 2018-06-25 13:13:38 +02:00
Tests Enhance the twig not found exception 2018-06-14 14:22:04 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Deprecating "false" as default value of "strict_variable" under Twig configuration 2018-02-05 09:53:02 -05:00
composer.json feature #27476 [Config] deprecate tree builders without root nodes (xabbuh) 2018-06-25 19:06:32 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00
TemplateIterator.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
TwigBundle.php [FrameworkBundle] Commands as a service 2017-08-06 12:29:12 +02:00
TwigEngine.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00