Skip to content

Commit 81e2dff

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Fix CS
2 parents a18757e + 8937c4a commit 81e2dff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

DependencyInjection/CompilerPass/RegisterMappingsPass.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,7 @@ private function getManagerName(ContainerBuilder $container)
222222
}
223223
}
224224

225-
throw new InvalidArgumentException(sprintf(
226-
'Could not find the manager name parameter in the container. Tried the following parameter names: "%s"',
227-
implode('", "', $this->managerParameters)
228-
));
225+
throw new InvalidArgumentException(sprintf('Could not find the manager name parameter in the container. Tried the following parameter names: "%s"', implode('", "', $this->managerParameters)));
229226
}
230227

231228
/**

0 commit comments

Comments
 (0)