1
0
Fork 0

#3665 fix exception message coding style

pull/3665/head
Dmitry Tarasov 2015-01-23 10:52:53 +03:00
parent 506d923e7c
commit e047ca9944
1 changed files with 1 additions and 1 deletions

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