apply rector rules

This commit is contained in:
2023-07-28 02:40:02 +02:00
parent 157cdf6dfc
commit f570fe92a5
112 changed files with 252 additions and 562 deletions

View File

@@ -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)
{