8000 minor #19343 PassConfig::getMergePass is not an array (aschempp) · symfony/symfony@d303b9d · GitHub
[go: up one dir, main page]

Skip to content

Commit d303b9d

Browse files
committed
minor #19343 PassConfig::getMergePass is not an array (aschempp)
This PR was squashed before being merged into the 2.7 branch (closes #19343). Discussion ---------- PassConfig::getMergePass is not an array | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Just a minor glitch my IDE noticed :-) Commits ------- edbefac PassConfig::getMergePass is not an array
2 parents 482e185 + edbefac commit d303b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php

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

154154
/**
155-
* Gets all passes for the Merge pass.
155+
* Gets the Merge pass.
156156
*
157-
* @return array An array of passes
157+
* @return CompilerPassInterface The merge pass
158158
*/
159159
public function getMergePass()
160160
{

0 commit comments

Comments
 (0)
0