-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathphpstan.neon
More file actions
21 lines (21 loc) · 651 Bytes
/
phpstan.neon
File metadata and controls
21 lines (21 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
level: 5
paths:
- src
- test
bootstrapFiles:
- %rootDir%/../../../test/bootstrap.php
treatPhpDocTypesAsCertain: false
exceptions:
implicitThrows: false
check:
missingCheckedExceptionInThrows: true
tooWideThrowType: true
reportUncheckedExceptionDeadCatch: true
checkedExceptionClasses:
- JsonMachine\Exception\PathNotFoundException
- JsonMachine\Exception\SyntaxErrorException
- JsonMachine\Exception\UnexpectedEndSyntaxErrorException
uncheckedExceptionClasses:
- JsonMachine\Exception\InvalidArgumentException
- JsonMachine\Exception\JsonMachineException