File tree Expand file tree Collapse file tree 4 files changed +6
-144
lines changed Expand file tree Collapse file tree 4 files changed +6
-144
lines changed Original file line number Diff line number Diff line change 501501/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
502502/components/web_link https://github.com/symfony/web-link
503503/components/templating https://github.com/symfony/templating
504+ /components/error_handler https://github.com/symfony/error-handler
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -311,9 +311,8 @@ Deprecation Notices at Autoloading Time
311311~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312312
313313By 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
Original file line number Diff line number Diff line change @@ -125,9 +125,8 @@ as this is very likely to expose sensitive data.
125125
126126.. tip ::
127127
128- PHP errors are turned into exceptions as well by default, so you can also access these
129- error details using ``exception ``. For more on this see
130- :ref: `Turning PHP Errors into Exceptions <turning-php-errors-into-exceptions >`
128+ PHP errors are turned into exceptions as well by default, so you can also
129+ access these error details using ``exception ``.
131130
132131Security & 404 Pages
133132--------------------
You can’t perform that action at this time.
0 commit comments