Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  Fix typo filename
  • Loading branch information
javiereguiluz committed Sep 23, 2024
2 parents 4f1ddfd + 3fd958f commit fea59c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ Let's say you have the following functional interface::
You also have a service that defines many methods and one of them is the same
``format()`` method of the previous interface::

// src/Service/MessageFormatterInterface.php
// src/Service/MessageUtils.php
namespace App\Service;

class MessageUtils
Expand Down

0 comments on commit fea59c5

Please sign in to comment.