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

Commit

Permalink
Add other deprecation markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Oct 27, 2021
1 parent f527132 commit d6cecfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ public function testSetRegistrationsReturnsSelf(): void
);
}

/**
* @deprecated
*/
public function testSetRegistrationsEnforcesTypeCheck(): void
{
$wrong = true;
Expand All @@ -181,6 +184,9 @@ public function testSetSignRequestsReturnsSelf(): void
);
}

/**
* @deprecated
*/
public function testSetSignRequestsEnforcesTypeCheck(): void
{
$wrong = true;
Expand Down

0 comments on commit d6cecfd

Please sign in to comment.