Skip to content

Commit 69e898f

Browse files
committed
[Finder] Deprecate FilterIterator
1 parent a2d866b commit 69e898f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
3.4.0
5+
-----
6+
7+
* deprecated `Symfony\Component\Finder\Iterator\FilterIterator`
8+
49
3.3.0
510
-----
611

Iterator/FilterIterator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* @see https://bugs.php.net/68557
1919
*
2020
* @author Alex Bogomazov
21+
*
22+
* @deprecated since 3.4, to be removed in 4.0.
2123
*/
2224
abstract class FilterIterator extends \FilterIterator
2325
{

Tests/Iterator/FilterIteratorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* @author Alex Bogomazov
16+
*
17+
* @group legacy
1618
*/
1719
class FilterIteratorTest extends RealIteratorTestCase
1820
{

0 commit comments

Comments
 (0)