Skip to content

Commit 7ac32e7

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: replace tab character with spaces
2 parents c9d1d51 + c7041f8 commit 7ac32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/shared.rst

Lines changed: 1 addition & 1 deletion
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)