Merge pull request #4778 from antydemant/patch-1
[ci skip] Docblock return type corrections
diff --git a/system/libraries/Email.php b/system/libraries/Email.php
index 3152003..7f49c1b 100644
--- a/system/libraries/Email.php
+++ b/system/libraries/Email.php
@@ -1202,7 +1202,7 @@
/**
* Build final headers
*
- * @return string
+ * @return void
*/
protected function _build_headers()
{
@@ -2046,7 +2046,7 @@
*
* @param string
* @param string
- * @return string
+ * @return bool
*/
protected function _send_command($cmd, $data = '')
{