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 9d3a684

Browse filesBrowse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fixed code indentation
2 parents 33eb94e + 6d0fbbd commit 9d3a684
Copy full SHA for 9d3a684

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎service_container.rst

Copy file name to clipboardExpand all lines: service_container.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ service's class or interface name. Want to :doc:`log </logging>` something? No p
3636
class ProductController
3737
{
3838
/**
39-
* @Route("/products")
40-
*/
39+
* @Route("/products")
40+
*/
4141
public function list(LoggerInterface $logger)
4242
{
4343
$logger->info('Look! I just used a service');

0 commit comments

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