Skip to content

Commit e03d68a

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Removed merge conflict Follow up to remove the debug component
2 parents 087fe86 + 6b6c796 commit e03d68a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_build/redirection_map

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@
428428
/contributing/community/other /contributing/community
429429
/profiler/storage /profiler
430430
/setup/composer /setup
431-
<<<<<<< HEAD
432431
/security/security_checker /setup
433432
/setup/built_in_web_server /setup/symfony_server
434433
/service_container/parameters /configuration
@@ -448,7 +447,7 @@
448447
/console/request_context /routing
449448
/form/action_method /forms
450449
/reference/requirements /setup
451-
/bundles/inheritance /bundles/override
450+
/bundles/inheritance /bundles/override
452451
/templating /templates
453452
/templating/escaping /templates
454453
/templating/syntax /templates

components/phpunit_bridge.rst

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

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

317317
.. code-block:: xml
318318
@@ -962,3 +962,4 @@ not find the SUT:
962962
.. _`test listener`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.test-listeners
963963
.. _`@covers`: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers
964964
.. _`PHP namespace resolutions rules`: https://php.net/manual/en/language.namespaces.rules.php
965+
.. _Debug component: https://github.com/symfony/debug

0 commit comments

Comments
 (0)