Add FFI::addr() autocomplete

This commit is contained in:
SerafimArts 2021-06-18 03:56:06 +03:00 committed by Ivan Fedorov
parent 27836d08c1
commit 5b46acd232
1 changed files with 2 additions and 0 deletions

View File

@ -48,4 +48,6 @@ namespace PHPSTORM_META {
expectedArguments(\FFI::new(), 0, argumentsSet('FFICType'));
expectedArguments(\FFI::cast(), 0, argumentsSet('FFICType'));
expectedArguments(\FFI::type(), 0, argumentsSet('FFICType'));
override(\FFI::addr(), type(0));
}