Completed
Pull Request — master (#16)
by
unknown
01:25
created
src/InboundEmail.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,6 +102,9 @@  discard block
 block discarded – undo
102 102
         return $this->convertAddressHeader($this->message()->getHeader('Cc'));
103 103
     }
104 104
 
105
+    /**
106
+     * @param \ZBateson\MailMimeParser\Header\AbstractHeader|null $header
107
+     */
105 108
     protected function convertAddressHeader($header): array
106 109
     {
107 110
         if ($header instanceof AddressHeader) {
@@ -112,7 +115,7 @@  discard block
 block discarded – undo
112 115
     }
113 116
 
114 117
     /**
115
-     * @return MessagePart[]
118
+     * @return \ZBateson\MailMimeParser\MessagePart[]
116 119
      */
117 120
     public function attachments()
118 121
     {
Please login to merge, or discard this patch.
src/Routing/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param $addresses AddressPart[]
99
+     * @param AddressPart[] $addresses AddressPart[]
100 100
      * @return array
101 101
      */
102 102
     protected function convertMessageAddresses($addresses): array
Please login to merge, or discard this patch.