Skip to content

Commit e4286f9

Browse files
committed
minor #12794 Fix build error (OskarStark)
This PR was merged into the 4.4 branch. Discussion ---------- Fix build error > Warning, treated as error: > /home/travis/build/symfony/symfony-docs/components/phpunit_bridge.rst:313: WARNING: Mismatch: both interpreted text role prefix and reference suffix. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 1d6eeb2 Fix build error
2 parents 6d0fbbd + 1d6eeb2 commit e4286f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ 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
314+
:doc:`ErrorHandler component </components/error_handler>` to throw deprecation
315315
notices at class autoloading time. This can be disabled with the
316316
``debug-class-loader`` option.
317317

0 commit comments

Comments
 (0)