mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-23 03:19:31 +00:00
Fixed phpstan issues
This commit is contained in:
parent
afcbbe0f43
commit
3a8c5a788f
11 changed files with 25 additions and 124 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue