mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
36 lines
940 B
Plaintext
Executable File
36 lines
940 B
Plaintext
Executable File
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
fileExtensions:
|
|
- php
|
|
reportUnmatchedIgnoredErrors: false
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
excludes_analyse:
|
|
- *.tpl.php
|
|
- */tests/*
|
|
- */Modules/Media/Files/*
|
|
- */d0cbb361b14ac3ef32486f0a09ab937d/*
|
|
- */test/*
|
|
- *Test.php
|
|
- *Routes.php
|
|
- *Hooks.php
|
|
- *ObjLoader.js
|
|
- */vendor/*
|
|
- *vendor*
|
|
- */Demo/*
|
|
- */Build/*
|
|
- */Cache/*
|
|
- */Docs/*
|
|
- */Documentation/*
|
|
- */Resources/*
|
|
- *Resources*
|
|
- */Routes/*
|
|
- */Hooks/*
|
|
- */node_modules/*
|
|
- */Modules/Shop/Admin/Install/Application/*
|
|
ignoreErrors:
|
|
- '#[.]*PhpOffice\\PhpSpreadsheet\\[.]*#'
|
|
- '#^Call to an undefined method phpOMS\\Module\\ModuleAbstract::[.]*#'
|
|
- '#^Strict comparison using === between[.]*#'
|