Skip to content

Commit

Permalink
XSalsa20Test: fix typo in @covers tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Oct 28, 2023
1 parent e0645e1 commit ab2524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/XSalsa20Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class XSalsa20Test extends PHPUnit_Framework_TestCase
{
/**
* @oovers ParagonIE_Sodium_Core_XSalsa20::xsalsa20()
* @covers ParagonIE_Sodium_Core_XSalsa20::xsalsa20()
* @throws SodiumException
* @throws TypeError
*/
Expand Down

0 comments on commit ab2524a

Please sign in to comment.