snipe-it/phpstan.neon

15 lines
320 B
Plaintext
Raw Normal View History

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