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 049fb54 commit 6688666Copy full SHA for 6688666
Compiler/ResolveReferencesToAliasesPass.php
@@ -61,7 +61,7 @@ protected function processValue($value, $isRoot = false)
61
*
62
* @return string The definition id with aliases resolved
63
*/
64
- private function getDefinitionId($id, $container)
+ private function getDefinitionId($id, ContainerBuilder $container)
65
{
66
$seen = array();
67
while ($container->hasAlias($id)) {
0 commit comments