Skip to content

Commit 6688666

Browse files
fix oups
1 parent 049fb54 commit 6688666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/ResolveReferencesToAliasesPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function processValue($value, $isRoot = false)
6161
*
6262
* @return string The definition id with aliases resolved
6363
*/
64-
private function getDefinitionId($id, $container)
64+
private function getDefinitionId($id, ContainerBuilder $container)
6565
{
6666
$seen = array();
6767
while ($container->hasAlias($id)) {

0 commit comments

Comments
 (0)