minor #34269 [ErrorHandler] Clean @final annotation from ErrorHandler (fancyweb)

This PR was merged into the 5.0-dev branch.

Discussion
----------

[ErrorHandler] Clean @final annotation from ErrorHandler

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Clean leftover `@final` annotation.

Commits
-------

bf7fc2b [ErrorHandler] Clean @final annotation from ErrorHandler
This commit is contained in:
Yonel Ceruto 2019-11-07 06:16:48 -05:00
commit 48937fc27b

View File

@ -46,7 +46,7 @@ use Symfony\Component\ErrorRenderer\Exception\FlattenException;
* @author Nicolas Grekas <p@tchwork.com>
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*
* @final since Symfony 4.3
* @final
*/
class ErrorHandler
{