diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php index efd8718e3..8b4d161b8 100644 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -482,7 +482,7 @@ class Name * @since 1.0.0 * @author Dennis Eichhorn */ - public static function generateName($type, $origin = 'western') + public static function generateName(array $type, string $origin = 'western') { $rndType = rand(0, count($type) - 1);