Skip to content

Commit

Permalink
Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Balerka authored Aug 31, 2024
1 parent 90982ee commit 0e14a4e
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 0e14a4e

Please sign in to comment.