diff options
author | Igor Ostapchuk <ostap4ukigor@i.ua> | 2016-08-21 15:28:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-21 15:28:28 +0200 |
commit | 50e87ec848f27bb5e40093ade2b67dc104679fb9 (patch) | |
tree | c28608e181c172df65b122fda1c7180830569560 /system/libraries/Email.php | |
parent | b52ae04ae36b8d02b04b275cf34a73bf39bd5dff (diff) |
return fix
Diffstat (limited to 'system/libraries/Email.php')
-rw-r--r-- | system/libraries/Email.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 50d0cd04e..6a7e2b3a7 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -1202,7 +1202,7 @@ class CI_Email { /** * Build final headers * - * @return string + * @return void */ protected function _build_headers() { @@ -2046,7 +2046,7 @@ class CI_Email { * * @param string * @param string - * @return string + * @return bool */ protected function _send_command($cmd, $data = '') { |