Skip to content

Commit 34e2d90

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Validator][Serializer] Make internal properties private [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties Remove direct access to internal properties cross-components remove deprecated nullable option from primary key columns [Validator] Optimize serialized metadata and cleanup tests specific fix to avoid 'outag' when inflecting 'outages' Use <info> for options in command description [ObjectMapper] Remove obsolete TODO [HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the `QUERY` HTTP method [DependencyInjection] Don’t autowire excluded services Add bool return type to CustomCredentials callable parameter [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale [FrameworkBundle] Make `cache:warmup` warm up read-only caches
2 parents f8902df + 2492ca8 commit 34e2d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function configure(): void
6363
6464
<info>php %command.full_name%</info>
6565
66-
You can consult dumped data in HTML format in your browser by providing the <comment>--format=html</comment> option
66+
You can consult dumped data in HTML format in your browser by providing the <info>--format=html</info> option
6767
and redirecting the output to a file:
6868
6969
<info>php %command.full_name% --format="html" > dump.html</info>

0 commit comments

Comments
 (0)