aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--phpstan.neon2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 3162df0..a3d6227 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -8,7 +8,7 @@ parameters:
tipsOfTheDay: false
paths:
- src
- - examples
+ - examples/php-on-wasm
typeAliases:
Byte: 'int'
U32: 'int'