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

Finish deprecation of all U2F-specific classes #36

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Deprecate ResponseTrait too
  • Loading branch information
Firehed committed Oct 27, 2021
commit 50e31d42d67acf6e1061889bc492e1527972152d
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