We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938cba commit 372e6b2Copy full SHA for 372e6b2
src/MapIterator.php
@@ -55,7 +55,7 @@ public function __construct($iterator, callable $callable)
55
* Alters the current item with $this->callable and returns a new item.
56
* Be careful with your types as we can't do static type checking here!
57
*
58
- * @return mixed|null
+ * @return mixed
59
*/
60
public function current()
61
{
0 commit comments