Completed
Push — master ( 92bedd...993497 )
by Marcel
01:25 queued 10s
created
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.
src/InboundEmail.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -122,6 +122,9 @@
 block discarded – undo
122 122
         return $this->convertAddressHeader($this->message()->getHeader('Bcc'));
123 123
     }
124 124
 
125
+    /**
126
+     * @param \ZBateson\MailMimeParser\Header\AbstractHeader|null $header
127
+     */
125 128
     protected function convertAddressHeader($header): array
126 129
     {
127 130
         if ($header instanceof AddressHeader) {
Please login to merge, or discard this patch.