Skip to content

Commit dda1b38

Browse files
committed
replace tab character with spaces
1 parent 2bf7485 commit dda1b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/shared.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in your service definition:
1616
// src/SomeNonSharedService.php
1717
namespace App;
1818
19-
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
19+
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
2020
2121
#[Autoconfigure(shared: false)]
2222
class SomeNonSharedService

0 commit comments

Comments
 (0)