Skip to content

Commit 2519289

Browse files
VincentLangletondrejmirtes
authored andcommitted
Fix
1 parent 179ca9b commit 2519289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stubs/Collections/Collection.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface Collection extends Countable, IteratorAggregate, ArrayAccess, Readable
2121
*
2222
* @param T $element
2323
*
24-
* @return true
24+
* @return void
2525
*/
2626
public function add($element) {}
2727

stubs/Collections/Collection1.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface Collection extends Countable, IteratorAggregate, ArrayAccess, Readable
2121
*
2222
* @param T $element
2323
*
24-
* @return void
24+
* @return true
2525
*/
2626
public function add($element) {}
2727

0 commit comments

Comments
 (0)