10000 Remove suggestion to change the `.class` parameters by mpdude · Pull Request #7090 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Remove suggestion to change the .class parameters #7090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add missing backtick
  • Loading branch information
mpdude authored Oct 27, 2016
commit 2cf8b1f404fe78e79b1d2d1b66861c7d7762f088
2 changes: 1 addition & 1 deletion bundles/override.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Services & Configuration
If you want to modify service definitions of another bundle, you can use a compiler
pass to change the class of the service or to modify method calls. In the following
example, the implementing class for the ``original-service-id`` is changed to
``Acme\DemoBundle\YourService`.
``Acme\DemoBundle\YourService``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, we need to end this paragraph with two colons so that the following paragraph is actually interpreted as a code block.


// src/Acme/DemoBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
namespace Acme\DemoBundle\DependencyInjection\Compiler;
Expand Down
0