Skip to content

Commit aeede34

Browse files
committed
Noting of deprecation
1 parent 8a88e10 commit aeede34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Robin/Ntlm/Message/NtlmV1AuthenticateMessageEncoder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ public function encode(
241241
/**
242242
* Calculates the LM response.
243243
*
244+
* TODO: Remove this method as it's no longer necessary.
245+
*
246+
* @deprecated This logic is now a simple pass-through to
247+
* {@link self::calculateChallengeResponseData()}.
244248
* @param HashCredentialInterface $hash_credential The user's authentication
245249
* LM hash credential.
246250
* @param string|null $client_challenge A randomly generated 64-bit (8-byte)

0 commit comments

Comments
 (0)