Skip to content

Commit

Permalink
Fix Future<T> should be covariant (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevay authored Aug 28, 2022
1 parent 0f30849 commit 77838b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDK/Common/Future/FutureInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace OpenTelemetry\SDK\Common\Future;

/**
* @template T
* @template-covariant T
*/
interface FutureInterface
{
Expand Down

0 comments on commit 77838b3

Please sign in to comment.