Skip to content

Commit 5fd5af5

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: replace tab character with spaces
2 parents f1b0be7 + dda1b38 commit 5fd5af5

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)