Skip to content

Commit 2e4d31d

Browse files
Merge branch '4.4' into 5.0
* 4.4: [DoctrineBridge] [DX] Improve condition for exception text in ManagerRegistry to avoid confusion Fix testing with mongodb suggest a non-deprecated function replacement Minor Travis cosmetic patch [Cache] fix checking for igbinary availability [HttpKernel] Check if lock can be released Fixes a runtime error (Impossible to access an attribute ("value") on a double variable...) when accessing the cache panel (@see #35419) bumped Symfony version to 4.4.4 updated VERSION for 4.4.3 updated CHANGELOG for 4.4.3 bumped Symfony version to 4.3.11 updated VERSION for 4.3.10 updated CHANGELOG for 4.3.10 bumped Symfony version to 3.4.38 updated VERSION for 3.4.37 update CONTRIBUTORS for 3.4.37 updated CHANGELOG for 3.4.37 [FrameworkBundle] Add --show-arguments example to debug:container command help text
2 parents cc59bc7 + 6d4fef2 commit 2e4d31d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Command/ContainerDebugCommand.php

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ protected function configure()
7373
7474
<info>php %command.full_name% validator</info>
7575
76+
To get specific information about a service including all its arguments, use the <info>--show-arguments</info> flag:
77+
78+
<info>php %command.full_name% validator --show-arguments</info>
79+
7680
To see available types that can be used for autowiring, use the <info>--types</info> flag:
7781
7882
<info>php %command.full_name% --types</info>

0 commit comments

Comments
 (0)