Completed
Branch master (105ad0)
by Pedro Augusto da Silva
06:46
created
src/Mailbox.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @param SearchExpression $search Search expression (optional)
54 54
      *
55
-     * @return MessageIterator|Message[]
55
+     * @return MessageIterator
56 56
      */
57 57
     public function getMessages(SearchExpression $search = null)
58 58
     {
Please login to merge, or discard this patch.
src/Message/Part.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@
 block discarded – undo
104 104
         $this->parseStructure($structure);
105 105
     }
106 106
 
107
+    /**
108
+     * @return string|null
109
+     */
107 110
     public function getCharset()
108 111
     {
109 112
         return $this->parameters->get('charset');
Please login to merge, or discard this patch.