Skip to content

Commit 490ebd9

Browse files
Merge branch '7.4' into 8.0
* 7.4: (21 commits) [ObjectMapper] lazy loading [Filesystem] Unify logic for isAbsolute() in Path [DependencyInjection] Include return type in AppReference shape [Finder] Make method calls explicit in ExcludeDirectoryFilterIterator [Cache] Remove unset call on undefined variable in PhpArrayAdapter [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string [Routing] Simplify importing routes defined on controller services Fix tests [DependendcyInjection] Improve shape for "from_callable" definitions [PHPDoc] Fix various PHPDoc syntax errors [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector [Notifier] Remove unused $transportName argument in EmailChannel::notify() [Translation] Remove an unused argument passed to parseNode() method [HttpClient] Reject 3xx pushed responses [Serializer] Use Asia/Tokyo instead of Japan in tests [ProxyManagerBridge] Remove comment that reference github discussion [JsonPath] Remove unused "nothing" property from JsonCrawler [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer [Routing] Fix matching the "0" URL [Form] Fix EnumType choice_label logic for grouped choices ...
2 parents 828c469 + 96f1107 commit 490ebd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DataCollector/CommandDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function collect(Request $request, Response $response, ?\Throwable $excep
4343
'duration' => $command->duration,
4444
'max_memory_usage' => $command->maxMemoryUsage,
4545
'verbosity_level' => match ($command->output->getVerbosity()) {
46+
OutputInterface::VERBOSITY_SILENT => 'silent',
4647
OutputInterface::VERBOSITY_QUIET => 'quiet',
4748
OutputInterface::VERBOSITY_NORMAL => 'normal',
4849
OutputInterface::VERBOSITY_VERBOSE => 'verbose',

0 commit comments

Comments
 (0)