diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-03 02:42:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-03 02:44:01 +0900 |
| commit | 5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e (patch) | |
| tree | 7eeefa8cfb4c7179d04242ffe9385a4d3275e99c /phpstan.neon | |
| parent | 33f89afa91e62e8c496e02a188301cd11497f287 (diff) | |
| download | php-waddiwasi-5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e.tar.gz php-waddiwasi-5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e.tar.zst php-waddiwasi-5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e.zip | |
fix: truncate ops
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon index fd3341e..94b1d70 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,7 +9,8 @@ parameters: paths: - src - examples/hello-world - - examples/php-on-wasm + # TODO + # - examples/php-on-wasm typeAliases: Byte: 'int' U32: 'int' |
