Skip to content

Commit fdc9af4

Browse files
authored
Merge pull request #31 from Balerka/Patch
Deprecated
2 parents 90982ee + 0e14a4e commit fdc9af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Transliterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private function getMap(): array
116116
$path = $customMaps[$lang][$map] ?? $vendorMapsPath.$lang.DIRECTORY_SEPARATOR.$map.'.php';
117117

118118
if (!file_exists($path)) {
119-
throw new \InvalidArgumentException("The transliteration map '${path}' doesn't exist");
119+
throw new \InvalidArgumentException("The transliteration map '{$path}' doesn't exist");
120120
}
121121

122122
/* @noinspection PhpIncludeInspection */

0 commit comments

Comments
 (0)