Merge branch '5.4' into 6.4

* 5.4:
  replace tab character with spaces
This commit is contained in:
Christian Flothmann
2024-03-27 22:00:35 +01:00

View File

@@ -16,7 +16,7 @@ in your service definition:
// src/SomeNonSharedService.php
namespace App;
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
use Symfony\Component\DependencyInjection\Attribute\Autoconfigure;
#[Autoconfigure(shared: false)]
class SomeNonSharedService