aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpstan.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 3349ba0..3162df0 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -8,6 +8,7 @@ parameters:
tipsOfTheDay: false
paths:
- src
+ - examples
typeAliases:
Byte: 'int'
U32: 'int'