File tree 2 files changed +7
-22
lines changed 2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 16
16
17
17
class FilesystemTestCase extends TestCase
18
18
{
19
- private $ umask ;
19
+ protected array $ longPathNamesWindows = [];
20
+ protected Filesystem $ filesystem ;
21
+ protected string $ workspace ;
20
22
21
- protected $ longPathNamesWindows = [] ;
23
+ private int $ umask ;
22
24
23
- /**
24
- * @var Filesystem
25
- */
26
- protected $ filesystem ;
27
-
28
- /**
29
- * @var string
30
- */
31
- protected $ workspace ;
32
-
33
- /**
34
- * @var bool|null Flag for hard links on Windows
35
- */
36
- private static $ linkOnWindows ;
37
-
38
- /**
39
- * @var bool|null Flag for symbolic links on Windows
40
- */
41
- private static $ symlinkOnWindows ;
25
+ private static ?bool $ linkOnWindows = null ;
26
+ private static ?bool $ symlinkOnWindows = null ;
42
27
43
28
public static function setUpBeforeClass (): void
44
29
{
Original file line number Diff line number Diff line change 21
21
*/
22
22
class PathTest extends TestCase
23
23
{
24
- protected $ storedEnv = [];
24
+ protected array $ storedEnv = [];
25
25
26
26
protected function setUp (): void
27
27
{
You can’t perform that action at this time.
0 commit comments