mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix typo in doc block.
This commit is contained in:
parent
c97a9276bc
commit
d2153ac1eb
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ class SmtpTransport extends AbstractTransport {
|
|||
*
|
||||
* @param string|null $data Data to be sent to SMTP server
|
||||
* @param string|bool $checkCode Code to check for in server response, false to skip
|
||||
* @return string Response code
|
||||
* @return string|null The matched code, or null if nothing matched
|
||||
* @throws SocketException
|
||||
*/
|
||||
protected function _smtpSend($data, $checkCode = '250') {
|
||||
|
|
Loading…
Add table
Reference in a new issue