Skip to content

Commit 8d82fb8

Browse files
Merge branch '3.4'
* 3.4: [Finder] Deprecate FilterIterator forward compatibility with Symfony 4
2 parents 60c9125 + 69e898f commit 8d82fb8

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
@@ -6,6 +6,11 @@ CHANGELOG
66

77
* removed `ExceptionInterface`
88

9+
3.4.0
10+
-----
11+
12+
* deprecated `Symfony\Component\Finder\Iterator\FilterIterator`
13+
914
3.3.0
1015
-----
1116

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)