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>
|
||
|---|---|---|
| .. | ||
| admin_extrafields_add.tpl.php | ||
| admin_extrafields_edit.tpl.php | ||
| admin_extrafields_view.tpl.php | ||
| advtarget.tpl.php | ||
| ajaxrow.tpl.php | ||
| bloc_comment.tpl.php | ||
| bloc_showhide.tpl.php | ||
| card_presend.tpl.php | ||
| commonfields_add.tpl.php | ||
| commonfields_edit.tpl.php | ||
| commonfields_view.tpl.php | ||
| contacts.tpl.php | ||
| document_actions_post_headers.tpl.php | ||
| error.tpl.php | ||
| extrafields_add.tpl.php | ||
| extrafields_edit.tpl.php | ||
| extrafields_list_array_fields.tpl.php | ||
| extrafields_list_print_fields.tpl.php | ||
| extrafields_list_search_input.tpl.php | ||
| extrafields_list_search_param.tpl.php | ||
| extrafields_list_search_sql.tpl.php | ||
| extrafields_list_search_title.tpl.php | ||
| extrafields_view.tpl.php | ||
| filemanager.tpl.php | ||
| footer.tpl.php | ||
| formlayoutai.tpl.php | ||
| header.tpl.php | ||
| list_print_subtotal.tpl.php | ||
| list_print_total.tpl.php | ||
| login.tpl.php | ||
| massactions_pre.tpl.php | ||
| notes.tpl.php | ||
| object_discounts.tpl.php | ||
| objectline_create.tpl.php | ||
| objectline_edit.tpl.php | ||
| objectline_title.tpl.php | ||
| objectline_view.tpl.php | ||
| objectlinked_lineimport.tpl.php | ||
| onlinepaymentlinks.tpl.php | ||
| originproductline.tpl.php | ||
| passwordforgotten.tpl.php | ||
| passwordreset.tpl.php | ||
| README | ||
| resource_add.tpl.php | ||
| resource_view.tpl.php | ||
README (english) This directory is used for storing the common default templates of the system core. (outside any modules)