We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7c24f commit 5588b17Copy full SHA for 5588b17
Compiler/PassConfig.php
@@ -152,9 +152,9 @@ public function getRemovingPasses()
152
}
153
154
/**
155
- * Gets all passes for the Merge pass.
+ * Gets the Merge pass.
156
*
157
- * @return array An array of passes
+ * @return CompilerPassInterface The merge pass
158
*/
159
public function getMergePass()
160
{
0 commit comments