diff options
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon index 94b1d70..eafaff5 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,6 +13,11 @@ parameters: # - examples/php-on-wasm typeAliases: Byte: 'int' + # TODO: limit the range + U8: 'int' + S8: 'int' + U16: 'int' + S16: 'int' U32: 'int' U64: 'int' S32: 'int' |
