Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

remove @deprecated class and method #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
17 changes: 0 additions & 17 deletions src/Adapter/DbTable.php

This file was deleted.

17 changes: 0 additions & 17 deletions src/Adapter/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,23 +371,6 @@ public function authenticate()
return $result;
}

/**
* @deprecated
* @see Http::challengeClient()
* @return Authentication\Result Always returns a non-identity Auth result
*/
protected function _challengeClient()
{
trigger_error(sprintf(
'The method "%s" is deprecated and will be removed in the future; '
. 'please use the public method "%s::challengeClient()" instead',
__METHOD__,
__CLASS__
), E_USER_DEPRECATED);

return $this->challengeClient();
}

/**
* Challenge Client
*
Expand Down
24 changes: 0 additions & 24 deletions test/Adapter/DbTableTest.php

This file was deleted.