diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-12 17:38:31 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-12 17:38:31 +0200 |
| commit | adc0dfe77902fbcb57061c4b64370dcb0d854573 (patch) | |
| tree | 05fe86a23408c591c62ec6b9cb8eae160de8c13b /phpstan.neon | |
| parent | 7b68bf0c456fc44c067e1303f73752059df59aa0 (diff) | |
Add phpstan
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..dab5814 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,5 @@ +parameters: + level: 10 + paths: + - src + - tests
\ No newline at end of file |
