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

Appearance settings

Commit 2f81343

Browse filesBrowse files
committed
minor #12489 Update Configuring Symfony page (TheGarious)
This PR was merged into the 4.3 branch. Discussion ---------- Update Configuring Symfony page <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 53d0ffd Update Configuring Symfony page
2 parents 34fb70b + 53d0ffd commit 2f81343
Copy full SHA for 2f81343

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎configuration.rst

Copy file name to clipboardExpand all lines: configuration.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,8 @@ parameters at once by type-hinting any of its constructor arguments with the
796796
:class:`Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface`::
797797

798798
// src/Service/MessageGenerator.php
799+
namespace App\Service;
800+
799801
// ...
800802

801803
use Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.