diff options
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon index 01f5da6..3349ba0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,3 +8,13 @@ parameters: tipsOfTheDay: false paths: - src + typeAliases: + Byte: 'int' + U32: 'int' + U64: 'int' + S32: 'int' + S33: 'int' + S64: 'int' + F32: 'float' + F64: 'float' + Name: 'string' |
