diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..1e5ba0a --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,12 @@ +includes: + - vendor/larastan/larastan/extension.neon + - vendor/lychee-org/phpstan-lychee/phpstan.neon + +parameters: + treatPhpDocTypesAsCertain: false + paths: + - src + - tests + - database/migrations + - config + ignoreErrors: