mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
* Qual: 🛟 Fix reference to $db with $this->db
# Qual: reference to $db with $this->db
$db was undeclared, use $this->db.
* Fix suspected issue with environment max size and md5sum working on limited files
* Qual: Fix LDAP typing
* Qual: Fix some phan typing related to getNextValue()
# Qual: Fix some phan typing related to getNextValue()
This fixes a few typings in relation to getNextValue().
* Update phan baseline
* PHPDoc: set arguments as nullable (+update array types)
* Improve PHPDoc
* Force toselect type to int[]
* Enable all phan notices on actions_massactions.inc.php
* Test was wrong, can not count when it's not an array
* Update baseline
* Remove ignore for notice that no longer exists
* Update baseline
* Fix format argument
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
|
||
|---|---|---|
| .. | ||
| codespell | ||
| phan | ||
| php-cs-fixer | ||
| rector | ||
| test | ||
| .gitignore | ||
| apstats.php | ||
| dolibarr-mysql2pgsql.pl | ||
| dolibarr-postgres2mysql.php | ||
| fixaltlanguages_pre-commit.sh | ||
| fixaltlanguages.sh | ||
| fixcopyrightheader.php | ||
| fixdosfiles.sh | ||
| fixduplicatelangkey.sh | ||
| fixduplicatelanglines.sh | ||
| fixnotabfiles.sh | ||
| fixperms.sh | ||
| fixsnakeCaseToCamelCase.sh | ||
| fixutf8bomfiles.sh | ||
| github_authors_and_commits_bydate.sh | ||
| github_commits_byversion.sh | ||
| github_lines_byuser.sh | ||
| make_sprite.sh | ||
| optimize_images.sh | ||
| resize_window.sh | ||