File tree Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 1616
1717class FilesystemTestCase extends TestCase
1818{
19- private $ umask ;
19+ protected array $ longPathNamesWindows = [];
20+ protected Filesystem $ filesystem ;
21+ protected string $ workspace ;
2022
21- protected $ longPathNamesWindows = [] ;
23+ private int $ umask ;
2224
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 ;
4227
4328 public static function setUpBeforeClass (): void
4429 {
Original file line number Diff line number Diff line change 2121 */
2222class PathTest extends TestCase
2323{
24- protected $ storedEnv = [];
24+ protected array $ storedEnv = [];
2525
2626 protected function setUp (): void
2727 {
You can’t perform that action at this time.
0 commit comments