Completed
Push — master ( 75f956...4cc8df )
by Sebastian
05:09
created
src/Seboettg/Collection/ArrayListTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
      *
164 164
      * @param string $value
165 165
      *
166
-     * @return mixed
166
+     * @return boolean
167 167
      */
168 168
     public function hasValue($value)
169 169
     {
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
      * replaces this list by the specified array
176 176
      * @param array $data
177 177
      *
178
-     * @return ArrayList
178
+     * @return ArrayListTrait
179 179
      */
180 180
     public function replace(array $data)
181 181
     {
Please login to merge, or discard this patch.