Skip to content

Commit

Permalink
Merge branch '5.2' into 5.x
Browse files Browse the repository at this point in the history
* 5.2:
  [travis] remove cache of composer.lock for deps=low
  Fix comment with typo
  • Loading branch information
nicolas-grekas committed Mar 23, 2021
2 parents b84b3a9 + 6ddb4f5 commit 81a7d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ public function testCopyShouldKeepExecutionPermission()
}

/**
* Normalize the given path (transform each blackslash into a real directory separator).
* Normalize the given path (transform each forward slash into a real directory separator).
*/
private function normalize(string $path): string
{
Expand Down

0 comments on commit 81a7d0f

Please sign in to comment.