We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d9101 commit d9b01baCopy full SHA for d9b01ba
Tests/Iterator/MockSplFileInfo.php
@@ -17,11 +17,11 @@ class MockSplFileInfo extends \SplFileInfo
17
public const TYPE_FILE = 2;
18
public const TYPE_UNKNOWN = 3;
19
20
- private $contents = null;
21
- private $mode = null;
22
- private $type = null;
23
- private $relativePath = null;
24
- private $relativePathname = null;
+ private $contents;
+ private $mode;
+ private $type;
+ private $relativePath;
+ private $relativePathname;
25
26
public function __construct($param)
27
{
0 commit comments