Skip to content

Commit d185999

Browse files
Merge branch '3.1'
* 3.1: [VarDumper] Fix dumping jsons casted as arrays PassConfig::getMergePass is not an array Revert "bug #19114 [HttpKernel] Dont close the reponse stream in debug (nicolas-grekas)" [Serializer] Include the format in the cache key Fix the retrieval of the last username when using forwarding [Yaml] Fix PHPDoc of the Yaml class [HttpFoundation] Add OPTIONS and TRACE to the list of safe methods Update getAbsoluteUri() for query string uris Conflicts: src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
2 parents 54c33a9 + 8f6bb6e commit d185999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/PassConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function getRemovingPasses()
166166
}
167167

168168
/**
169-
* Gets all passes for the Merge pass.
169+
* Gets the Merge pass.
170170
*
171171
* @return CompilerPassInterface
172172
*/

0 commit comments

Comments
 (0)