We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4920cd3 commit 023c1e8Copy full SHA for 023c1e8
phpstan.neon.dist
@@ -5,11 +5,11 @@ parameters:
5
level: 8
6
paths:
7
- bin/inline-phpstan-ignores
8
- - src
9
- - tests
+ - src/
+ - tests/
10
excludePaths:
11
analyseAndScan:
12
- - tests/data/*
+ - tests/data/
13
tmpDir: cache/phpstan/
14
checkMissingCallableSignature: true
15
checkUninitializedProperties: true
@@ -26,6 +26,6 @@ parameters:
26
- LogicException
27
28
ignoreErrors:
29
- - # allow uncatched exceptions in tests
+ - # Allow uncaught exceptions in tests
30
identifier: missingType.checkedException
31
- path: tests/*
+ path: tests/
0 commit comments