diff --git a/FFI/FFI.php b/FFI/FFI.php index 9e14a6be..df28870f 100644 --- a/FFI/FFI.php +++ b/FFI/FFI.php @@ -30,7 +30,7 @@ namespace { * * @param string $code The collection of C declarations. * @param string|null $library DSO library. - * @return CData|FFI|mixed + * @return FFI * @throws ParserException */ public static function cdef(string $code, string $library = null): FFI {}