Skip to content

Commit c7041f8

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: replace tab character with spaces
2 parents 16f8e1e + 5fd5af5 commit c7041f8

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)