- Increase log level to "error" at least for all PHP errors
FlattenExceptionNormalizer
no longer implementsContextAwareNormalizerInterface
- Display exception properties in the HTML error page
- Report overridden
@final
constants and properties - Read environment variable
SYMFONY_IDE
to configure file link format
- Make
DebugClassLoader
trigger deprecation notices on missing return types - Add
SYMFONY_PATCH_TYPE_DECLARATIONS='force=2'
mode toDebugClassLoader
to turn annotations into native return types
- added the ability to set
HtmlErrorRenderer::$template
to a custom template to render when not in debug mode.
- The
HtmlErrorRenderer
andSerializerErrorRenderer
addX-Debug-Exception
andX-Debug-Exception-File
headers in debug mode.
- added the component
- added
ErrorHandler::call()
method utility to turn any PHP error into\ErrorException