mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
apply rector rules
This commit is contained in:
@@ -36,16 +36,14 @@ class TimelineBuilder implements ContainerAwareInterface
|
||||
*
|
||||
* @var TimelineProviderInterface[]
|
||||
*/
|
||||
private $providers = [];
|
||||
private array $providers = [];
|
||||
|
||||
/**
|
||||
* Record provider and their context.
|
||||
*
|
||||
* This array has the structure `[ 'context' => [ 'service id' ] ]`
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $providersByContext = [];
|
||||
private array $providersByContext = [];
|
||||
|
||||
public function __construct(private readonly EntityManagerInterface $em)
|
||||
{
|
||||
|
Reference in New Issue
Block a user