Skip to content

Commit

Permalink
Merge pull request #31 from Balerka/Patch
Browse files Browse the repository at this point in the history
Deprecated
  • Loading branch information
ElForastero authored Sep 17, 2024
2 parents 90982ee + 0e14a4e commit fdc9af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transliterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private function getMap(): array
$path = $customMaps[$lang][$map] ?? $vendorMapsPath.$lang.DIRECTORY_SEPARATOR.$map.'.php';

if (!file_exists($path)) {
throw new \InvalidArgumentException("The transliteration map '${path}' doesn't exist");
throw new \InvalidArgumentException("The transliteration map '{$path}' doesn't exist");
}

/* @noinspection PhpIncludeInspection */
Expand Down

0 comments on commit fdc9af4

Please sign in to comment.