Fixed phpstan issues

This commit is contained in:
Jan Böhmer 2023-07-17 00:43:35 +02:00
parent afcbbe0f43
commit 3a8c5a788f
11 changed files with 25 additions and 124 deletions

View file

@ -49,7 +49,7 @@ final class ProviderRegistry
/**
* @param iterable<InfoProviderInterface> $providers
*/
public function __construct(private readonly iterable $providers)
public function __construct(iterable $providers)
{
foreach ($providers as $provider) {
$key = $provider->getProviderKey();