From edbefacdd13c6a561de48637a9051992bb70511a Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Tue, 12 Jul 2016 09:46:53 +0200 Subject: [PATCH] PassConfig::getMergePass is not an array --- .../Component/DependencyInjection/Compiler/PassConfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php b/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php index ab5f309f2e..c03ff9deb7 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php @@ -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() {