diff --git a/core/model/Transliterator.php b/core/model/Transliterator.php index 2e9e413c0..a218a14c1 100644 --- a/core/model/Transliterator.php +++ b/core/model/Transliterator.php @@ -5,8 +5,13 @@ * * Usage: * + * * $tr = new Transliterator(); * $ascii = $tr->toASCII($unicode); + * + * + * @package sapphire + * @subpackage model */ class Transliterator { /**