Skip to content

Commit

Permalink
minor #20244 [DependencyInjection] Fix typo filename (juukie)
Browse files Browse the repository at this point in the history
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.

Discussion
----------

[DependencyInjection] Fix typo filename

Make filename match classname

Commits
-------

19ee7d2 Fix typo filename
  • Loading branch information
javiereguiluz committed Sep 23, 2024
2 parents 16cceab + 19ee7d2 commit 3fd958f
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 @@ -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

0 comments on commit 3fd958f

Please sign in to comment.