mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
#3665 fix exception message coding style
This commit is contained in:
parent
506d923e7c
commit
e047ca9944
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ EOT
|
|||
}
|
||||
|
||||
if (!$this->configFile->exists()) {
|
||||
throw new \RuntimeException("File '$configFile' cannot be found in the current directory");
|
||||
throw new \RuntimeException(sprintf('File "%s" cannot be found in the current directory', $configFile));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue