mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-16 00:08:10 -08:00
15 lines
320 B
Plaintext
15 lines
320 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/*
|