1
0
Fork 0
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:
Dmitry Tarasov 2015-01-23 10:52:53 +03:00
parent 506d923e7c
commit e047ca9944

View file

@ -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));
}
}