mirror of
https://github.com/Dolibarr/dolibarr
synced 2024-11-22 06:21:21 +00:00
54880f92cd
* Qual: Fix PhanTypeMismatchProperty and some other phan notices * Qual: Phan fixes for BOM * Phan - fix fields * fixup! Qual: Phan fixes for BOM * Fix phpstan double array keys for syslog * Fix $fields phpdoc * Fix phan typing issues with intermediate var and ?? * Fix phan typing issue with ?? operator * Ignore htdocs/install/install.forced.php for git * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Update baseline * Qual: Phan fixes for BOM * fixup! Qual: Phan fixes for BOM * Fix phpstan double array keys for syslog * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Ignore PhanTypeSuspiciousNonTraversableForeach to allow integration * Fix typing hints (phpstan) --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
93 lines
1.5 KiB
Plaintext
93 lines
1.5 KiB
Plaintext
htdocs/conf/conf.php
|
|
htdocs/conf/conf.php.old
|
|
htdocs/conf/conf.php.sav
|
|
htdocs/conf/conf.php.back
|
|
documents/
|
|
custom2/
|
|
test/report/
|
|
nbproject
|
|
default.properties
|
|
.settings/
|
|
.buildpath
|
|
.gitmodules
|
|
/.project
|
|
/.pydevproject
|
|
/.vscode
|
|
.DS_Store
|
|
*.iml
|
|
*.orig
|
|
Thumbs.db
|
|
/dolibarr_genesis.mp4
|
|
.phpunit.result.cache
|
|
# Log files
|
|
dolibarr_install.log
|
|
upgrade.log
|
|
doxygen_warnings.log
|
|
# Vagrant generated files
|
|
.vagrant
|
|
# Composer installed repositories
|
|
/htdocs/includes/**/.git
|
|
# Composer autoloader and unwanted files
|
|
composer.phar
|
|
htdocs/includes/autoload.php
|
|
htdocs/includes/bin/
|
|
htdocs/includes/composer/
|
|
htdocs/includes/doctrine/
|
|
htdocs/includes/jakub-onderka/
|
|
htdocs/includes/phpdocumentor/
|
|
htdocs/includes/phpspec/
|
|
htdocs/includes/phpunit/
|
|
htdocs/includes/php-parallel-lint/
|
|
htdocs/includes/sebastian/
|
|
htdocs/includes/squizlabs/
|
|
htdocs/includes/webmozart/
|
|
htdocs/install/install.forced.php
|
|
htdocs/.well-known/apple-developer-merchantid-domain-association
|
|
/factory/
|
|
/output/
|
|
|
|
# Node Modules
|
|
build/yarn-error.log
|
|
build/node_modules/
|
|
node_modules/
|
|
|
|
vendor/
|
|
tmp/
|
|
|
|
#yarn
|
|
yarn.lock
|
|
|
|
#package-lock
|
|
package-lock.json
|
|
|
|
doc/install.lock
|
|
/.asciidoctorconfig.adoc
|
|
|
|
.idea
|
|
/composer.json
|
|
/composer.lock
|
|
|
|
# Local script, executed during pre-commit
|
|
/local.sh
|
|
|
|
# Local phpstan configuration
|
|
/phpstan.neon
|
|
/phpstan-baseline.neon
|
|
|
|
# Logs
|
|
/*.log
|
|
|
|
# Vim swap files
|
|
*.sw?
|
|
|
|
# Generated by PHPUNIT.BAT
|
|
/INI_PHPUNIT
|
|
|
|
# ignore cache builds
|
|
/build/phpstan/phpstan
|
|
/build/phpstan/bootstrap_custom.php
|
|
phpstan_custom.neon
|
|
/.php-cs-fixer.cache
|
|
/.php_cs.cache
|
|
/.cache
|