Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Nov 7, 2019
1 parent b842a1d commit b87fe48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
final class ConfigProvider implements ConfigProviderInterface
{
/**
* @var array<string, ConfigInterface>
* @var array<int, ConfigInterface>
*/
private $configs;

/**
* @param array<string, ConfigInterface> $configs
* @param array<int, ConfigInterface> $configs
*/
public function __construct(array $configs)
{
Expand Down

0 comments on commit b87fe48

Please sign in to comment.