Completed
Push — master ( e1da9e...901f7c )
by ignace nyamagana
11:38
created
src/Schemes/Generic/AbstractUri.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,6 @@
 block discarded – undo
165 165
      * information.
166 166
      *
167 167
      * @param string      $user     The user name to use for authority.
168
-     * @param null|string $password The password associated with $user.
169 168
      *
170 169
      * @throws RuntimeException if the returned URI object is invalid.
171 170
      *
Please login to merge, or discard this patch.
src/Types/ImmutableCollectionTrait.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,8 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * Returns whether the given key exists in the current instance
67 67
      *
68
-     * @param string $key
69 68
      *
69
+     * @param integer $offset
70 70
      * @return bool
71 71
      */
72 72
     public function hasKey($offset)
@@ -97,7 +97,6 @@  discard block
 block discarded – undo
97 97
      * This method MUST retain the state of the current instance, and return
98 98
      * an instance that contains the modified component
99 99
      *
100
-     * @param array $keys the list of keys to remove from the collection
101 100
      *
102 101
      * @return static
103 102
      */
Please login to merge, or discard this patch.