Cleanup array_merge call
This commit is contained in:
@@ -17,7 +17,7 @@ class ICAO
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function createHexCode($country = null)
|
||||
public static function createHexCode($country = null): string
|
||||
{
|
||||
$bytes = random_bytes(4);
|
||||
return bin2hex($bytes);
|
||||
|
||||
Reference in New Issue
Block a user