Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edbefac

Browse filesBrowse files
aschemppfabpot
authored andcommitted
PassConfig::getMergePass is not an array
1 parent 5922d71 commit edbefac
Copy full SHA for edbefac

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.