Skip to content
Closed
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 @@ -1436,7 +1436,7 @@ You also have a service that defines many methods and one of them is the same
// src/Service/MessageUtils.php
namespace App\Service;

class MessageUtils
class MessageUtils implements MessageFormatterInterface
{
// other methods...

Expand Down
Loading