Skip to content

Commit

Permalink
Fix PHPStan error.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 6, 2020
1 parent 59b6fa8 commit 06c5f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Combine.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
final class Combine implements Operation
{
/**
* @var array<TKey, TValue>
* @var array<array<TKey, TValue>>
*/
private $keys;

Expand Down

0 comments on commit 06c5f62

Please sign in to comment.