Skip to content

Commit e93c836

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: fix Twig 3.12 compatibility [Translation] Review Serbian translations Fix typos [DependencyInjection] Fix error message typo in YamlFileLoader
2 parents dbd4e87 + 8c946c5 commit e93c836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/YamlFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ private function parseDefinition(string $id, array|string|null $service, string
557557
}
558558

559559
if (\is_string($k)) {
560-
throw new InvalidArgumentException(sprintf('Invalid method call for service "%s", did you forgot a leading dash before "%s: ..." in "%s"?', $id, $k, $file));
560+
throw new InvalidArgumentException(sprintf('Invalid method call for service "%s", did you forget a leading dash before "%s: ..." in "%s"?', $id, $k, $file));
561561
}
562562

563563
if (isset($call['method']) && \is_string($call['method'])) {

0 commit comments

Comments
 (0)