We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90982ee commit 0e14a4eCopy full SHA for 0e14a4e
1 file changed
src/Transliterator.php
@@ -116,7 +116,7 @@ private function getMap(): array
116
$path = $customMaps[$lang][$map] ?? $vendorMapsPath.$lang.DIRECTORY_SEPARATOR.$map.'.php';
117
118
if (!file_exists($path)) {
119
- throw new \InvalidArgumentException("The transliteration map '${path}' doesn't exist");
+ throw new \InvalidArgumentException("The transliteration map '{$path}' doesn't exist");
120
}
121
122
/* @noinspection PhpIncludeInspection */
0 commit comments