We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94da290 commit ed21510Copy full SHA for ed21510
src/Package/LockFile.php
@@ -29,7 +29,7 @@ public function __construct(
29
protected Composer $composer,
30
) {
31
if (file_exists(
32
- rtrim($this->composer->getworkDir(), DIRECTORY_SEPARATOR)
+ rtrim($this->composer->getWorkDir(), DIRECTORY_SEPARATOR)
33
. DIRECTORY_SEPARATOR
34
. $this->composer->getLockFilename()
35
)) {
0 commit comments