Skip to content

Commit 9f1dcf7

Browse files
committed
Merge branch '4.4' into 5.1
2 parents df08650 + 5c547b8 commit 9f1dcf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Filesystem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ public function makePathRelative(string $endPath, string $startPath)
454454
return $result;
455455
};
456456

457-
list($endPath, $endDriveLetter) = $splitDriveLetter($endPath);
458-
list($startPath, $startDriveLetter) = $splitDriveLetter($startPath);
457+
[$endPath, $endDriveLetter] = $splitDriveLetter($endPath);
458+
[$startPath, $startDriveLetter] = $splitDriveLetter($startPath);
459459

460460
$startPathArr = $splitPath($startPath);
461461
$endPathArr = $splitPath($endPath);

0 commit comments

Comments
 (0)