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 c6409da7ef Merge branch '4.4'
* 4.4:
  fix merge
  Fix inconsistent return points.
  pass translation parameters to the trans filter
  [Mime] fixed wrong mimetype
  [ProxyManagerBridge] Polyfill for unmaintained version
  [HttpClient] Declare `$active` first to prevent weird issue
  Remove deprecated assertContains
  [HttpClient] fix tests
  SCA: dropped unused mocks, duplicate import and a function alias usage
  Added correct plural for box -> boxes
  [Config] fix test
  Fix remaining tests
  fix getName() when transport is null
  [Console] Check for ErrorHandler classes
  Improve fa (persian) translation
2019-08-07 14:07:17 +02:00
..
Exception [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
FatalErrorHandler removed unneeded phpdocs 2019-08-06 08:19:29 +02:00
Tests fix merge 2019-08-07 14:06:11 +02:00
.gitignore Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
BufferingLogger.php [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
CHANGELOG.md Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
composer.json Fix branch aliases. 2019-08-05 23:39:41 +02:00
Debug.php [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
DebugClassLoader.php add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
ErrorHandler.php fix merge 2019-08-07 14:06:11 +02:00
LICENSE Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
phpunit.xml.dist Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
README.md Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00

ErrorHandler Component

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

Resources