Skip to content

Commit 2d9d737

Browse files
Merge branch '3.4'
* 3.4: [HttpFoundation] refactoring: calculate when need [Serializer] Fix extra attributes when no group specified [Intl] Make intl-data tests pass and save language aliases again [FrameworkBundle][Config] fix: do not add resource checkers for debug=false [DI] Fix "almost-circular" dependencies handling [Console] Fix CommandTester::setInputs() docblock Only enabling validation if it is present Fix displaying errors for bootstrap 4 [Serializer] readd default argument value Fix reference dump for deprecated nodes [PhpUnitBridge] Fixed fatal error in CoverageListener when something goes wrong in Test::setUpBeforeClass [HttpKernel] Let the storage manage the session starts [VarDumper] fix trailling comma when dumping an exception [Validator] Fix TraceableValidator is reset on data collector instantiation Remove useless docblocks [FrameworkBundle] Fix docblocks [PropertyInfo] Remove useless docblocks
2 parents a0f890f + dac8d7d commit 2d9d737

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)