dolibarr/htdocs/debugbar/class/DataCollector
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
..
DolConfigCollector.php Clean code 2023-04-30 03:36:02 +02:00
DolExceptionsCollector.php Clean code 2023-04-30 03:36:02 +02:00
DolibarrCollector.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
DolLogsCollector.php Fix qodana 2023-02-20 02:37:11 +01:00
DolMemoryCollector.php Clean code 2023-04-30 03:36:02 +02:00
DolMessagesCollector.php Clean code 2023-04-30 03:36:02 +02:00
DolPhpCollector.php Qual: Several typing hints/some fixes. (#28483) 2024-02-28 15:36:29 +01:00
DolQueryCollector.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
DolRequestDataCollector.php Clean code 2023-04-30 03:36:02 +02:00
DolTimeDataCollector.php Clean code 2023-04-30 03:36:02 +02:00