blob: 3349ba00880899951eb6fb3b62f222a01cab56c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
level: max
tipsOfTheDay: false
paths:
- src
typeAliases:
Byte: 'int'
U32: 'int'
U64: 'int'
S32: 'int'
S33: 'int'
S64: 'int'
F32: 'float'
F64: 'float'
Name: 'string'
|