Skip to content

Commit

Permalink
Update dataprovider-lookup return typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Jan 10, 2023
1 parent ceb3231 commit 01739dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/HyperSonic.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
final class HyperSonic implements HyperSonicInterface
{
/**
* @param array<string, callable(): callable> $dataProvider
* @param array<string, callable(): object> $dataProvider
*/
public function __construct(
private readonly FeatureSetFactoryInterface $featureSetFactory,
Expand Down Expand Up @@ -119,7 +119,7 @@ public function run(
* of a key (the method name) and a callable which creates the
* data provider. See documentation
*
* @param array<string, callable(): callable> $dataProvider
* @param array<string, callable(): object> $dataProvider
*/
public static function init(
FeatureSetFactoryInterface $featureSetFactory,
Expand Down

0 comments on commit 01739dc

Please sign in to comment.