Skip to content

Commit 368322d

Browse files
committed
Mapper is deprecated
1 parent ddf4d3d commit 368322d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Iterators/Mapper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
namespace Nette\Iterators;
1111

1212

13-
1413
/**
15-
* Applies the callback to the elements of the inner iterator.
14+
* @deprecated use Nette\Utils\Iterables::map()
1615
*/
1716
class Mapper extends \IteratorIterator
1817
{

0 commit comments

Comments
 (0)