Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Deprecate ResponseTrait too
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Oct 27, 2021
1 parent 3878e6f commit 50e31d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SignRequest
- SignResponse (Replaced by WebAuthn/LoginResponse)
- ClientData (internal)
- ResponseTrait (internal)


## [1.2.0] - 2021-10-26
Expand Down
1 change: 1 addition & 0 deletions src/ResponseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Firehed\U2F\InvalidDataException as IDE;

/**
* @deprecated
* @internal
*/
trait ResponseTrait
Expand Down
1 change: 1 addition & 0 deletions tests/ResponseTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/**
* @covers Firehed\U2F\ResponseTrait
* @deprecated
*/
class ResponseTraitTest extends \PHPUnit\Framework\TestCase
{
Expand Down

0 comments on commit 50e31d4

Please sign in to comment.