Skip to content

Commit

Permalink
covers/tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Nov 17, 2023
1 parent f288aa2 commit ff84fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ArrayBufferResponseParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* format for subsequent registration/verification procedures.
*
* @api
*
* @phpstan-type Base64UrlString string
*/
class ArrayBufferResponseParser implements ResponseParserInterface
{
Expand Down
2 changes: 1 addition & 1 deletion tests/JsonResponseParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Firehed\WebAuthn;

/**
* @covers Firehed\WebAuthn\ResponseParser
* @covers Firehed\WebAuthn\JsonResponseParser
*/
class JsonResponseParserTest extends \PHPUnit\Framework\TestCase
{
Expand Down

0 comments on commit ff84fd9

Please sign in to comment.