mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-27 22:49:41 -08:00
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
parameters:
|
|
reportUnmatchedIgnoredErrors: false
|
|
bootstrapFiles:
|
|
# - dotenv.php
|
|
- c3.php
|
|
- _mcrypt_helper.php
|
|
ignoreErrors:
|
|
- '#PHPDoc tag .#'
|
|
excludePaths:
|
|
- tests/*
|
|
- vendor/*
|
|
- database/*
|