dolibarr/htdocs/install
MDW abbec034c6
Qual: Several typing hints/some fixes. (#28483)
* Update documentation to improve static tool messages

* Suppress PhanPluginSuspiciousParamOrder

* Fix typing hint

* Fix typing hint (number->int)

* Fix typing hint (PDF->TCPDF)

* Fix typing hint (PDF->TCPDF)

* Modify code to hint typing check

* Correct Noop statement (createfromclone)

* Remove useless if/else with same result

* Suppress PhanRedefineFunctionInternal

* Suppress PhanParamSuspiciousOrder

* Suppress PhanPluginDuplicateArrayKey

* Suppress multiple phan messages

* Ignore PhanPluginSuspiciousParamOrder

* Add phan typing

* Remove useless if statement

* Remove useless if/else condition

* Remove useless if

* Remove useless if

* Join duplicate if/else statements

* Fix useless if

* Fix useless if

* Fix phan notice by optimizing 2**$i to 1<<$i
2024-02-28 15:36:29 +01:00
..
doctemplates Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
lib clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
medias
mssql
mysql Link to whatsapp 2024-02-26 14:16:24 +01:00
pgsql Fix pgsql install 2023-12-14 15:29:20 +01:00
sqlite3/functions
.gitignore
check.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
default.css
fileconf.php Qual: Several typing hints/some fixes. (#28483) 2024-02-28 15:36:29 +01:00
inc.php fix migration using utf8mb4 (#28124) 2024-02-12 02:05:52 +01:00
index.php
install.forced.sample.php Qual: Spelling htdocs/[d-k]* (#27427) 2024-01-13 19:48:41 +01:00
phpinfo.php
repair.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
robots.txt
step1.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
step2.php fix param 2024-01-20 09:22:38 +01:00
step4.php Fix php-cs-fixer 2023-12-04 12:36:19 +01:00
step5.php fix param 2024-01-20 09:22:38 +01:00
upgrade.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
upgrade2.php Fix: Replace deprecated modulename with new in isModEnabled (#28452) 2024-02-27 15:30:37 +01:00