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/Debug
Nicolas Grekas 3ec91065f7 Merge branch '4.3' into 4.4
* 4.3:
  cs fix
  Fix return statements
  [TwigBridge] add missing dep
  Add false type to ChoiceListFactoryInterface::createView $label argument
  Update UPGRADE guide of 4.3 for EventDispatcher
  [SecurityBundle] display the correct class name on the deprecated notice
2019-08-13 08:48:26 +02:00
..
Exception add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
FatalErrorHandler Merge branch '4.3' into 4.4 2019-08-13 08:48:26 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-08 17:13:31 +02:00
.gitignore
BufferingLogger.php Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
CHANGELOG.md Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
composer.json [Debug] Restoring back the state of the Debug component (1st step) 2019-07-09 07:29:09 +02:00
Debug.php Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
DebugClassLoader.php Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
ErrorHandler.php Merge branch '4.3' into 4.4 2019-08-13 08:48:26 +02:00
ExceptionHandler.php Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Debug Component

The Debug component provides tools to ease debugging PHP code.

Resources