Skip to content

Commit 3fd958f

Browse files
committed
minor #20244 [DependencyInjection] Fix typo filename (juukie)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- [DependencyInjection] Fix typo filename Make filename match classname Commits ------- 19ee7d2 Fix typo filename
2 parents 16cceab + 19ee7d2 commit 3fd958f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ Let's say you have the following functional interface::
14341434
You also have a service that defines many methods and one of them is the same
14351435
``format()`` method of the previous interface::
14361436

1437-
// src/Service/MessageFormatterInterface.php
1437+
// src/Service/MessageUtils.php
14381438
namespace App\Service;
14391439

14401440
class MessageUtils

0 commit comments

Comments
 (0)