Skip to content

Commit fea59c5

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Fix typo filename
2 parents 4f1ddfd + 3fd958f commit fea59c5

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
@@ -1429,7 +1429,7 @@ Let's say you have the following functional interface::
14291429
You also have a service that defines many methods and one of them is the same
14301430
``format()`` method of the previous interface::
14311431

1432-
// src/Service/MessageFormatterInterface.php
1432+
// src/Service/MessageUtils.php
14331433
namespace App\Service;
14341434

14351435
class MessageUtils

0 commit comments

Comments
 (0)