Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,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
Loading