Skip to content

Commit 9398863

Browse files
committed
minor #14092 Fix debug:container command (l-vo)
This PR was merged into the 5.1 branch. Discussion ---------- Fix debug:container command <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 ------- 5892dfb Fix debug:container command
2 parents c2bcbf6 + 5892dfb commit 9398863

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
@@ -336,7 +336,7 @@ the compiling and warming up of the container:
336336

337337
.. code-block:: terminal
338338
339-
$ debug:container --deprecations
339+
$ php bin/console debug:container --deprecations
340340
341341
.. versionadded:: 5.1
342342

0 commit comments

Comments
 (0)