Skip to content

Commit

Permalink
QA: update phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Nov 25, 2023
1 parent b4d9c95 commit e0b2df6
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions phpstan.neon
@@ -1,5 +1,18 @@
includes:
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-nette/extension.neon
- vendor/phpstan/phpstan-nette/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/contributte/phpstan/phpstan.neon

parameters:
level: 9
phpVersion: 80100

scanDirectories:
- src

fileExtensions:
- php

paths:
- src
- .docs

ignoreErrors:

0 comments on commit e0b2df6

Please sign in to comment.