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/Component/Config/Definition
Fabien Potencier 8130f22f4a bug #27472 [DI] Ignore missing tree root nodes on validate (ro0NL)
This PR was squashed before being merged into the 4.1 branch (closes #27472).

Discussion
----------

[DI] Ignore missing tree root nodes on validate

| Q             | A
| ------------- | ---
| Branch?       | 4.1
| Bug fix?      | yes
| New feature?  | technically yes
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #27450
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the master branch.
-->

Commits
-------

b3cdfc64b5 [DI] Ignore missing tree root nodes on validate
2018-06-05 07:03:36 +02:00
..
Builder [DI] Ignore missing tree root nodes on validate 2018-06-05 07:03:28 +02:00
Dumper Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Exception [DI] Ignore missing tree root nodes on validate 2018-06-05 07:03:28 +02:00
ArrayNode.php [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
BaseNode.php [DI] Remove default env type check on validate 2018-06-03 23:36:42 +02:00
BooleanNode.php [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
ConfigurationInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
EnumNode.php [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
FloatNode.php [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
IntegerNode.php [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
NodeInterface.php [Config] Handle nullable node name + fix inheritdocs 2018-03-19 21:05:09 +01:00
NumericNode.php Add feature allowing change of Path Separator 2018-01-21 16:11:55 +01:00
Processor.php [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
PrototypedArrayNode.php Merge branch '3.4' into 4.0 2018-03-19 23:35:49 +01:00
PrototypeNodeInterface.php fixed CS 2012-07-09 14:54:20 +02:00
ScalarNode.php [DI][Config] Fix empty env validation 2018-04-04 18:31:13 +02:00
VariableNode.php [Config] Handle nullable node name + fix inheritdocs 2018-03-19 21:05:09 +01:00