14 lines
322 B
Text
14 lines
322 B
Text
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
parameters:
|
|
reportUnmatchedIgnoredErrors: false
|
|
bootstrapFiles:
|
|
# - dotenv.php
|
|
- c3.php
|
|
- _mcrypt_helper.php
|
|
ignoreErrors:
|
|
- '#PHPDoc tag .#'
|
|
excludePaths:
|
|
- tests/*
|
|
- vendor/*
|
|
- database/*
|