8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8483564 commit af2d94bCopy full SHA for af2d94b
src/Symfony/Component/HttpKernel/CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
4
4.0.0
5
-----
6
7
+ * removed support for the special `SYMFONY__` environment variables
8
* removed the `DataCollector::varToString()` method, use `DataCollector::cloneVar()`
9
instead
10
* using the `DataCollector::cloneVar()` method requires the VarDumper component
src/Symfony/Component/HttpKernel/Kernel.php
@@ -603,7 +603,6 @@ protected function buildContainer()
603
}
604
605
$container->addCompilerPass(new AddAnnotatedClassesToCachePass($this));
606
- $container->addResource(new EnvParametersResource('SYMFONY__'));
607
608
return $container;
609
0 commit comments