Skip to content

Commit

Permalink
wip: rollback more suspicious type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Nov 8, 2023
1 parent 68c5881 commit a338436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Repository/UnleashRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface UnleashRepository
public function findFeature(string $featureName): ?Feature;

/**
* @return array<Feature>
* @return iterable<Feature>
*/
public function getFeatures(): array;
public function getFeatures(): iterable;
}

0 comments on commit a338436

Please sign in to comment.