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 7f8a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class ConfigProvider implements ConfigProviderInterface
private $configs;

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

0 comments on commit 7f8a571

Please sign in to comment.