Completed
Branch master (aeaa70)
by Filipe
04:42 queued 02:31
created
src/Header/AddressList/Address.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@
 block discarded – undo
31 31
     /**
32 32
      * Address
33 33
      *
34
-     * @param $address
35
-     * @param null $name
34
+     * @param string $address
35
+     * @param string|null $name
36 36
      *
37 37
      */
38 38
     public function __construct($address, $name = null)
Please login to merge, or discard this patch.
src/Message.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
      * assign to a new header and returned.
270 270
      *
271 271
      * @param string $name
272
-     * @param mixed $default
272
+     * @param AddressList $default
273 273
      *
274 274
      * @return HeaderInterface
275 275
      */
Please login to merge, or discard this patch.