Skip to content

Commit

Permalink
Update docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 22, 2017
1 parent d92ccb2 commit 40dccda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Transport/Smtp/Auth/NTLMAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public function authenticate(AgentInterface $agent, $username, $password)
}

/**
* si2bin method
*
* @param mixed $si
* @param int $bits
* @return null|string
Expand Down Expand Up @@ -277,6 +279,8 @@ protected function createMessage3($domain, $username, $workstation, $lmResponse,
}

/**
* Create blob method
*
* @param string $timestamp Epoch timestamp in microseconds
* @param string $client Random bytes
* @param string $targetInfo
Expand Down
5 changes: 4 additions & 1 deletion src/Transport/Smtp/Auth/XOAuth2Authenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ public function authenticate(AgentInterface $agent, $email, $token)
/**
* Construct the auth parameter
*
* @see https://developers.google.com/google-apps/gmail/xoauth2_protocol#the_sasl_xoauth2_mechanism
* @param string $email
* @param string $token
* @see https://developers.google.com/google-apps/gmail/xoauth2_protocol#the_sasl_xoauth2_mechanism
* @return string
*/
protected function constructXOAuth2Params($email, $token)
{
Expand Down

0 comments on commit 40dccda

Please sign in to comment.