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
Fabien Potencier c709d43878 Merge branch '4.3' into 4.4
* 4.3:
  Remove Google references when not needed
  Simplify usage of dirname()
  Remove Google references when not needed
2019-09-10 13:27:29 +02:00
..
Exception [Debug] Remove superfluous deprecation notice 2019-08-23 12:15:49 +02:00
FatalErrorHandler Merge branch '4.3' into 4.4 2019-08-20 16:44:19 +02:00
Tests Merge branch '4.3' into 4.4 2019-09-10 13:27:29 +02:00
.gitignore [Debug] fixed minor bugs 2013-04-07 18:19:06 +02:00
BufferingLogger.php Import return annotations from vendors 2019-08-14 15:27:41 +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 Merge branch '4.3' into 4.4 2019-08-20 16:44:19 +02:00
ErrorHandler.php Merge branch '4.3' into 4.4 2019-08-20 16:44:19 +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