Skip to content

Commit 3956d88

Browse files
Merge branch '3.3' into 3.4
* 3.3: [Serializer] Fix extra attributes when no group specified [Intl] Make intl-data tests pass and save language aliases again [Console] Fix CommandTester::setInputs() docblock [Serializer] readd default argument value [VarDumper] fix trailling comma when dumping an exception Remove useless docblocks [FrameworkBundle] Fix docblocks [PropertyInfo] Remove useless docblocks
2 parents 5dd3313 + 14736d9 commit 3956d88

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)