PassConfig::getMergePass is not an array

This commit is contained in:
Andreas Schempp 2016-07-12 09:46:53 +02:00 committed by Fabien Potencier
parent 5922d715d8
commit edbefacdd1
1 changed files with 2 additions and 2 deletions

View File

@ -152,9 +152,9 @@ class PassConfig
}
/**
* Gets all passes for the Merge pass.
* Gets the Merge pass.
*
* @return array An array of passes
* @return CompilerPassInterface The merge pass
*/
public function getMergePass()
{