Skip to content

Commit

Permalink
[Debug] Mark the ErrorHandler and ExceptionHandler classes as final
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Oct 23, 2018
1 parent 9d9bd2d commit 2a4e2e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Symfony/Component/Debug/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========

4.3.0
-----

* made the `ErrorHandler` and `ExceptionHandler` classes final

4.0.0
-----

Expand Down
2 changes: 2 additions & 0 deletions src/Symfony/Component/Debug/ErrorHandler.php
Expand Up @@ -45,6 +45,8 @@
*
* @author Nicolas Grekas <p@tchwork.com>
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*
* @final since Symfony 4.3
*/
class ErrorHandler
{
Expand Down
2 changes: 2 additions & 0 deletions src/Symfony/Component/Debug/ExceptionHandler.php
Expand Up @@ -26,6 +26,8 @@
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Nicolas Grekas <p@tchwork.com>
*
* @final since Symfony 4.3
*/
class ExceptionHandler
{
Expand Down

0 comments on commit 2a4e2e6

Please sign in to comment.