Skip to content

Commit 372e6b2

Browse files
Kharhamelmoufmouf
andauthored
Update src/MapIterator.php
Co-Authored-By: David Négrier <[email protected]>
1 parent a938cba commit 372e6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MapIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct($iterator, callable $callable)
5555
* Alters the current item with $this->callable and returns a new item.
5656
* Be careful with your types as we can't do static type checking here!
5757
*
58-
* @return mixed|null
58+
* @return mixed
5959
*/
6060
public function current()
6161
{

0 commit comments

Comments
 (0)