Completed
Push — master ( 7030c1...f40e31 )
by Edgar
07:31 queued 04:49
created
src/Inbounder/Parsers/Contracts/EmailParserInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Attachments.
89 89
      *
90
-     * @return Array[Array['name', 'content', 'type']]
90
+     * @return Collection 'content', 'type']]
91 91
      */
92 92
     public function attachements();
93 93
 }
Please login to merge, or discard this patch.
src/Inbounder/Parsers/PostmarkappParser.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -201,6 +201,7 @@
 block discarded – undo
201 201
      * retrieve a email header.
202 202
      *
203 203
      * return Array
204
+     * @param string $name
204 205
      */
205 206
     public function header($name) : Header
206 207
     {
Please login to merge, or discard this patch.