mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-05-24 02:08:40 +00:00
typehints
This commit is contained in:
parent
ba8a36043c
commit
e16473d18e
|
|
@ -482,7 +482,7 @@ class Name
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
*/
|
*/
|
||||||
public static function generateName($type, $origin = 'western')
|
public static function generateName(array $type, string $origin = 'western')
|
||||||
{
|
{
|
||||||
$rndType = rand(0, count($type) - 1);
|
$rndType = rand(0, count($type) - 1);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user