Skip to content

Commit 8f6bb6e

Browse files
Merge branch '3.0' into 3.1
* 3.0: [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)" 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/Yaml/Yaml.php
2 parents 6d56b30 + 68b78dc commit 8f6bb6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/PassConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ public function getRemovingPasses()
153153
}
154154

155155
/**
156-
* Gets all passes for the Merge pass.
156+
* Gets the Merge pass.
157157
*
158-
* @return array An array of passes
158+
* @return CompilerPassInterface The merge pass
159159
*/
160160
public function getMergePass()
161161
{

0 commit comments

Comments
 (0)