Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita4d804d

Browse files
committed
improve explanation of code block for bundle removal and fix typo
1 parent0428c57 commita4d804d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎cookbook/bundles/remove.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ starting a project, but you'll probably want to eventually remove it.
1818

1919
To disconnect the bundle from the framework, you should remove the bundle from
2020
the ``AppKernel::registerBundles()`` method. The bundle is normally found in
21-
the ``$bundles`` array but the AcmeDemoBundle is only registered ina
22-
development environment and you can findhim in the if statementafter::
21+
the ``$bundles`` array but the AcmeDemoBundle is only registered inthe
22+
development environment and you can findit inside the if statementbelow::
2323

2424
// app/AppKernel.php
2525

@@ -96,8 +96,8 @@ rely on the bundle you are about to remove.
9696
..tip::
9797

9898
If one bundle relies on another, in most it means that it uses some services
99-
from the bundle. Searching fora ``acme_demo`` string may help you spot
100-
them.
99+
from the bundle. Searching forthe bundle alias string may help you spot
100+
them (e.g. ``acme_demo`` for bundles depending on AcmeDemoBundle).
101101

102102
..tip::
103103

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp