Skip to content

Commit 2f44290

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Fix typo filename
2 parents 79dba90 + fea59c5 commit 2f44290

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

1458-
// src/Service/MessageFormatterInterface.php
1458+
// src/Service/MessageUtils.php
14591459
namespace App\Service;
14601460

14611461
class MessageUtils

0 commit comments

Comments
 (0)