diff --git a/System/Snowflake.php b/System/Snowflake.php index 48a2d7d9..e70510b5 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -339,11 +339,11 @@ class Snowflake */ public static function reload() { - return Process::kill(Snowflake::getMasterPid(), SIGUSR1); + return Process::kill((int)Snowflake::getMasterPid(), SIGUSR1); } - private static $_autoload = []; + private static array $_autoload = []; /**