Skip to content

Commit c26346f

Browse files
Merge branch '2.7' into 2.8
* 2.7: property constraints can be added in child classes added test for staticClassLoader in LazyLoadingMetadatafactory spelling fixes make sure that null can be the invalid value bumped Symfony version to 2.7.25 updated VERSION for 2.7.24 update CONTRIBUTORS for 2.7.24 updated CHANGELOG for 2.7.24 [FrameworkBundle] Simplify createPackageDefinition fix directory resource considers same timestamp not fresh return false early from directory resource
2 parents 1dfbf6a + 4ea115b commit c26346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/ReplaceAliasByActualDefinitionPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function process(ContainerBuilder $container)
5151
if (isset($replacements[$targetId])) {
5252
$container->setAlias($definitionId, $replacements[$targetId]);
5353
}
54-
// No neeed to process the same target twice
54+
// No need to process the same target twice
5555
if (isset($seenAliasTargets[$targetId])) {
5656
continue;
5757
}

0 commit comments

Comments
 (0)