Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 211fe4e

Browse files
committed
minor #16398 Fix bugs seen by _build/build.php diagnostics in 5.3 (MarkPedron)
This PR was merged into the 5.3 branch. Discussion ---------- Fix bugs seen by `_build/build.php` diagnostics in 5.3 This PR fixes a broken reference found by the build script. I dealt with the remaining diagnostics from 4.4 in #16397. Fixes the following diagnostic emitted by `_build/build.php`: ``` Found invalid reference "symfony binary web server" in file ``` "setup/docker" Commits ------- 6f2ef6d Add missing symfony server reference
2 parents 4f7d71d + 6f2ef6d commit 211fe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After installing the package, rebuild your containers by running:
4949
Symfony Binary Web Server and Docker Support
5050
--------------------------------------------
5151

52-
If you're using the :ref:`symfony binary web server` (e.g. ``symfony server:start``),
52+
If you're using the :ref:`symfony binary web server <symfony-local-web-server>` (e.g. ``symfony server:start``),
5353
then it can automatically detect your Docker services and expose them as environment
5454
variables. See :ref:`symfony-server-docker`.
5555

0 commit comments

Comments
 (0)