Skip to content

Commit 6d46db5

Browse files
Merge branch '2.7' into 2.8
* 2.7: [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
2 parents d20f759 + 5588b17 commit 6d46db5

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)