Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5557e38

Browse filesBrowse files
[PropertyInfo] fix BC break in PropertyInfoPass
1 parent 0bd1f75 commit 5557e38
Copy full SHA for 5557e38

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ public function process(ContainerBuilder $container)
6666
$definition->replaceArgument(3, new IteratorArgument($accessExtractors));
6767

6868
$initializableExtractors = $this->findAndSortTaggedServices($this->initializableExtractorTag, $container);
69-
$definition->replaceArgument(4, new IteratorArgument($initializableExtractors));
69+
$definition->setArgument(4, new IteratorArgument($initializableExtractors));
7070
}
7171
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.