Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Aug 15, 2023
1 parent cac295d commit b581855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Ingests/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Redis implements Ingest
/**
* Create a new Redis Ingest instance.
*
* @param array<string, mixed> $config
* @param array{retain: string} $config
*/
public function __construct(protected array $config, protected RedisConnection $connection)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Database implements Storage
/**
* Create a new Database Storage instance.
*
* @param array<string, mixed> $config
* @param array{connection: string, retain: \DateInterval} $config
*/
public function __construct(protected array $config, protected DatabaseManager $manager)
{
Expand Down

0 comments on commit b581855

Please sign in to comment.