Skip to content

Commit

Permalink
[#45] fix feature psalm types
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Nov 6, 2021
1 parent 1d74c6d commit fab3a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Read/Feature.php
Expand Up @@ -8,7 +8,7 @@

/**
* @psalm-import-type ReadStrategies from ToggleStrategies
* @psalm-type ReadFeature array{id: string, is_enabled: bool, strategies: array<ReadStrategies>}
* @psalm-type ReadFeature array{id: string, enabled: bool, strategies: ReadStrategies}
*/
interface Feature extends JsonSerializable
{
Expand Down

0 comments on commit fab3a24

Please sign in to comment.