fix wrong @return at \FFI::cdef()

This commit is contained in:
sji 2020-04-29 07:32:28 +09:00
parent 3a387d8462
commit 83b437a923
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace {
* *
* @param string $code The collection of C declarations. * @param string $code The collection of C declarations.
* @param string|null $library DSO library. * @param string|null $library DSO library.
* @return CData|FFI|mixed * @return FFI
* @throws ParserException * @throws ParserException
*/ */
public static function cdef(string $code, string $library = null): FFI {} public static function cdef(string $code, string $library = null): FFI {}