Skip to content

Commit 509589e

Browse files
committed
Removed ErrorHandler component docs
1 parent 7977581 commit 509589e

File tree

3 files changed

+4
-141
lines changed

3 files changed

+4
-141
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,3 +499,4 @@
499499
/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
500500
/components/web_link https://github.com/symfony/web-link
501501
/components/templating https://github.com/symfony/templating
502+
/components/error_handler https://github.com/symfony/error-handler

components/error_handler.rst

Lines changed: 0 additions & 138 deletions
This file was deleted.

components/phpunit_bridge.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,8 @@ Deprecation Notices at Autoloading Time
311311
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312312

313313
By default, the PHPUnit Bridge uses ``DebugClassLoader`` from the
314-
:doc:`ErrorHandler component </components/error_handler>` to throw deprecation
315-
notices at class autoloading time. This can be disabled with the
316-
``debug-class-loader`` option.
314+
`ErrorHandler component`_ to throw deprecation notices at class autoloading
315+
time. This can be disabled with the ``debug-class-loader`` option.
317316

318317
.. code-block:: xml
319318
@@ -970,6 +969,7 @@ not find the SUT:
970969
971970
.. _`PHPUnit`: https://phpunit.de
972971
.. _`PHPUnit event listener`: https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
972+
.. _`ErrorHandler component`: https://github.com/symfony/error-handler
973973
.. _`PHPUnit's assertStringMatchesFormat()`: https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
974974
.. _`PHP error handler`: https://www.php.net/manual/en/book.errorfunc.php
975975
.. _`environment variable`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.php-ini-constants-variables

0 commit comments

Comments
 (0)