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 5bab536 commit 48876a1Copy full SHA for 48876a1
src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php
@@ -95,6 +95,8 @@ class FrameworkBundle extends Bundle
95
*/
96
public function boot()
97
{
98
+ $_ENV['DOCTRINE_DEPRECATIONS'] = $_SERVER['DOCTRINE_DEPRECATIONS'] ??= 'trigger';
99
+
100
$handler = ErrorHandler::register(null, false);
101
$this->container->get('debug.error_handler_configurator')->configure($handler);
102
0 commit comments