Skip to content

Commit

Permalink
Use template-covariant annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Aug 19, 2021
1 parent 8ff583a commit f5625bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validators/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Firehed\Input\Validators;

/**
* @template Success
* @template-covariant Success
*/
class Result
{
Expand Down

0 comments on commit f5625bc

Please sign in to comment.