Fix FFI\CType::TYPE_LONG_DOUBLE constant typo.

This commit is contained in:
knesmeyanov 2022-06-27 16:35:01 +03:00 committed by DmitryTronin
parent d9c383ec1e
commit 842595abcb
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ namespace PHPSTORM_META {
\FFI\CType::TYPE_VOID,
\FFI\CType::TYPE_FLOAT,
\FFI\CType::TYPE_DOUBLE,
\FFI\CType::TYPE_LONG_DOUBLE,
\FFI\CType::TYPE_LONGDOUBLE,
\FFI\CType::TYPE_UINT8,
\FFI\CType::TYPE_SINT8,
\FFI\CType::TYPE_UINT16,

View File

@ -360,7 +360,7 @@ namespace FFI {
*
* @since 8.1
*/
public const TYPE_LONG_DOUBLE = 3;
public const TYPE_LONGDOUBLE = 3;
/**
* @since 8.1
@ -547,7 +547,7 @@ namespace FFI {
* - {@see CType::TYPE_VOID}
* - {@see CType::TYPE_FLOAT}
* - {@see CType::TYPE_DOUBLE}
* - {@see CType::TYPE_LONG_DOUBLE}
* - {@see CType::TYPE_LONGDOUBLE}
* - {@see CType::TYPE_UINT8}
* - {@see CType::TYPE_SINT8}
* - {@see CType::TYPE_UINT16}