8000 PassConfig::getMergePass is not an array · symfony/symfony@edbefac · GitHub
[go: up one dir, main page]

Skip to content

Commit edbefac

Browse files
aschemppfabpot
authored andcommitted
PassConfig::getMergePass is not an array
1 parent 5922d71 commit edbefac

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