Advanced Project Statistics

Generated on 2024-02-19 14:04:15 in 247 seconds

Lines of code

LanguageBytesFilesLinesBlanksCommentsCode
All files without dependencies    
See detail per file type...
68 606 9473 5881 424 223169 395262 007992 821
All files of dependencies only    
See detail per file type...
66 144 3323 2931 050 73680 034161 031809 671
Total134 751 2796 8812 474 959249 429423 0381 802 492

Contributions

TODO...

Contributors

TODO...

Project value

COCOMO value
(Basic organic model)
$68 442 948
COCOMO effort
(Basic organic model)
5 944 months people

Last security issues (last 2 months)

Commit IDDateReported on
Yogosha
Reported on
GIT
Reported on
CVE
Title
3f99cce3…2024-02-17#yogosha20850Fix #yogosha20850
fb283fdf…2024-02-17Clean code after yogosha reports
6a8be838…2024-02-09#28090CVE-2024-2381714.0 fix CVE 2024 23817 (#28090)
fb69347e…2024-02-09#28089CVE-2024-23817FIX CVE-2024-23817 (#28089)
94cd823a…2024-02-08#yogosha20662Fix #yogosha20662
181670df…2024-02-01#yogosha20028Fix #yogosha20028
3eb461db…2024-01-24#27771FIX #27771 Sec: birth date and personal address not visible by default on vcard
372b4a02… 2024-01-19#yogosha20013Fix #yogosha20013
63cb470e…2024-01-19#yogosha19893Fix #yogosha19893
62e3f562…2024-01-19#yogosha20008Fix #yogosha20008
203245bf…2024-01-09#yogosha19838Fix #yogosha19838
c13228ef… 2024-01-09#yogosha19828Fix #yogosha19828
fc365532…2024-01-06#yogosha19809Fix #yogosha19809
544f8413…2023-12-29#yogosha19721FIX #yogosha19721
5ce90555…2023-12-21#yogosha19667Removed useless file #yogosha19667

Technical debt (PHPStan level 3 -> 260 warnings)

FileLineType
htdocs/accountancy/class/accountingjournal.class.php82PHPDoc type array of property AccountingJournal::$lines is not covariant with PHPDoc type array<CommonObjectLine> of overridden property CommonObject::$lines.
htdocs/adherents/class/api_memberstypes.class.php224Method MembersTypes::put() should return int but returns object.
htdocs/api/class/api.class.php96Method DolibarrApi::_checkValForAPI() should return string but returns array.
htdocs/bom/class/api_boms.class.php256Method Boms::put() should return int but returns object.
htdocs/bom/class/api_boms.class.php476Method Boms::deleteLine() should return int but returns object.
htdocs/bom/class/bom.class.php1816PHPDoc type int of property BOMLine::$fk_unit is not covariant with PHPDoc type string of overridden property CommonObjectLine::$fk_unit.
htdocs/comm/action/class/actioncomm.class.php80PHPDoc type int of property ActionComm::$ref is not covariant with PHPDoc type string of overridden property CommonObject::$ref.
htdocs/comm/action/class/actioncomm.class.php285PHPDoc type Contact|null of property ActionComm::$contact is not covariant with PHPDoc type Contact of overridden property CommonObject::$contact.
htdocs/comm/action/class/actioncomm.class.php321PHPDoc type string of property ActionComm::$extraparams is not covariant with PHPDoc type array of overridden property CommonObject::$extraparams.
htdocs/comm/action/class/actioncomm.class.php499Property ActionComm::$userassigned (array<int>) does not accept array<int, array<string, int>>.
htdocs/comm/propal/card.php447Property Propal::$deposit_percent (float) does not accept array|string.
htdocs/comm/propal/card.php478Property Propal::$deposit_percent (float) does not accept array|string.
htdocs/commande/card.php297Property Commande::$deposit_percent (string) does not accept float.
htdocs/commande/class/commande.class.php152PHPDoc type string of property Commande::$deposit_percent is not covariant with PHPDoc type float of overridden property CommonObject::$deposit_percent.
htdocs/commande/class/commande.class.php248PHPDoc type int of property Commande::$user_valid is not covariant with PHPDoc type User of overridden property CommonObject::$user_valid.
htdocs/commande/class/commande.class.php538Property CommonObject::$origin (string) does not accept $this(Commande).
htdocs/commande/class/commande.class.php675Property CommonObject::$origin (string) does not accept $this(Commande).
htdocs/commande/class/commande.class.php1233Property Commande::$deposit_percent (string) does not accept float|null.
htdocs/compta/bank/various_payment/card.php267Property PaymentVarious::$id (int) does not accept null.
htdocs/compta/bank/various_payment/card.php267Property PaymentVarious::$ref (string) does not accept null.
Show all...