This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/ErrorHandler
Nicolas Grekas b56a4b4f3a minor #33711 [ErrorHandler] fix return-type patching logic (nicolas-grekas)
This PR was merged into the 4.4 branch.

Discussion
----------

[ErrorHandler] fix return-type patching logic

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

My bad.

Commits
-------

302a921976 [ErrorHandler] fix return-type patching logic
2019-09-25 22:41:38 +02:00
..
Exception
FatalErrorHandler
Resources/stubs
Tests [ErrorHandler] fix return-type patching logic 2019-09-25 22:29:01 +02:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
.gitignore
BufferingLogger.php
CHANGELOG.md
composer.json
Debug.php
DebugClassLoader.php [ErrorHandler] fix return-type patching logic 2019-09-25 22:29:01 +02:00
ErrorHandler.php Show fallback error page when framework.error_controller is null 2019-09-23 12:22:17 -04:00
LICENSE
phpunit.xml.dist
README.md

ErrorHandler Component

The ErrorHandler component provides tools to manage errors and ease debugging PHP code.

Resources