Skip to content

Commit 9d3a684

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container.rst

Lines 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)