diff --git a/lua/lua.php b/lua/lua.php index f152863f..d7548077 100644 --- a/lua/lua.php +++ b/lua/lua.php @@ -22,9 +22,12 @@ class Lua { /** * @link https://secure.php.net/manual/en/lua.assign.php * + * @param string $name + * @param mixed $value + * * @return $this|null Returns $this or NULL on failure. */ - public function assign(string $name, string $value): void {} + public function assign(string $name, $value) {} /** * @link https://secure.php.net/manual/en/lua.call.php