From 43806ead64146d285e846d8809c976b60e8abd87 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 10 Jul 2025 01:21:55 +0900 Subject: feat: update dependencies --- phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpstan.neon') 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' -- cgit v1.2.3-70-g09d2