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 3145062 commit 101ee84Copy full SHA for 101ee84
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