aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpstan.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon3
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'