Skip to content

Commit 14736d9

Browse files
Merge branch '2.8' into 3.3
* 2.8: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks [PropertyInfo] Remove useless docblocks
2 parents 23750f6 + f8b4989 commit 14736d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Iterator/MockSplFileInfo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
class MockSplFileInfo extends \SplFileInfo
1515
{
16-
const TYPE_DIRECTORY = 1;
17-
const TYPE_FILE = 2;
18-
const TYPE_UNKNOWN = 3;
16+
const TYPE_DIRECTORY = 1;
17+
const TYPE_FILE = 2;
18+
const TYPE_UNKNOWN = 3;
1919

2020
private $contents = null;
2121
private $mode = null;

0 commit comments

Comments
 (0)