Fix typo in doc block.

This commit is contained in:
Mark Scherer 2015-12-19 20:07:13 +01:00
parent c97a9276bc
commit d2153ac1eb

View file

@ -342,7 +342,7 @@ class SmtpTransport extends AbstractTransport {
* *
* @param string|null $data Data to be sent to SMTP server * @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 * @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 * @throws SocketException
*/ */
protected function _smtpSend($data, $checkCode = '250') { protected function _smtpSend($data, $checkCode = '250') {