snipe-it/phpstan.neon

15 lines
322 B
Plaintext
Raw Normal View History

2022-03-16 04:14:18 -07:00
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
reportUnmatchedIgnoredErrors: false
bootstrapFiles:
2022-03-16 07:22:45 -07:00
# - dotenv.php
2022-03-16 04:14:18 -07:00
- c3.php
- _mcrypt_helper.php
ignoreErrors:
- '#PHPDoc tag .#'
excludePaths:
- tests/*
- vendor/*
- database/*