diff options
author | Andrey Andreev <narf@devilix.net> | 2016-08-22 10:34:56 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-08-22 10:37:18 +0200 |
commit | 1927709235ed11f51b700abcb390b660e2762053 (patch) | |
tree | 7a9c052d6393c176215a89d60e3f3c90c470a36c /system/libraries/Email.php | |
parent | 2fb1551fe8eb73164d341909054cabe6c33a6fa8 (diff) |
Merge pull request #4778 from antydemant/patch-1
[ci skip] Docblock return type corrections
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 315200344..7f49c1b3d 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 = '') { |