[Debug] Mark the ErrorHandler and ExceptionHandler classes as final

This commit is contained in:
Thomas Calvet 2018-10-22 20:26:40 +02:00
parent 9d9bd2d162
commit 2a4e2e614b
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
4.3.0
-----
* made the `ErrorHandler` and `ExceptionHandler` classes final
4.0.0
-----

View File

@ -45,6 +45,8 @@ use Symfony\Component\Debug\FatalErrorHandler\UndefinedMethodFatalErrorHandler;
*
* @author Nicolas Grekas <p@tchwork.com>
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*
* @final since Symfony 4.3
*/
class ErrorHandler
{

View File

@ -26,6 +26,8 @@ use Symfony\Component\HttpKernel\Debug\FileLinkFormatter;
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Nicolas Grekas <p@tchwork.com>
*
* @final since Symfony 4.3
*/
class ExceptionHandler
{