Skip to content

Commit ed21510

Browse files
authored
Update LockFile.php
1 parent 94da290 commit ed21510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Package/LockFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(
2929
protected Composer $composer,
3030
) {
3131
if (file_exists(
32-
rtrim($this->composer->getworkDir(), DIRECTORY_SEPARATOR)
32+
rtrim($this->composer->getWorkDir(), DIRECTORY_SEPARATOR)
3333
. DIRECTORY_SEPARATOR
3434
. $this->composer->getLockFilename()
3535
)) {

0 commit comments

Comments
 (0)