dolibarr/htdocs/core/class
MDW e471274073
Qual: Correct typing hint for category type in setAsCategory. (#30650)
# Qual: Correct typing hint for category type in setAsCategory

Type hint was int which is deprecated, so setting type hint to string
which will help detect deprecated uses and not flag the correct uses
2024-08-16 20:13:53 +02:00
..
antivir.class.php
canvas.class.php
ccountry.class.php
cgenericdic.class.php
cleadstatus.class.php Fix phan 2024-06-04 10:44:44 +02:00
CMailFile.class.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-15 15:24:20 +02:00
comment.class.php Fix typing 2024-03-29 18:26:48 +01:00
commondict.class.php
commondocgenerator.class.php Qual: Phan fixes (mainly Initial type cannot be inferred) in popular changed classes (#30604) 2024-08-14 01:24:55 +02:00
commonhookactions.class.php Fix: Enforce/use int nature of BookKeeping(Line)::$piece_num, fix hooks typings (#29298) 2024-04-09 23:21:28 +02:00
commonincoterm.class.php
commoninvoice.class.php fix ignored phpstan (#30645) 2024-08-16 20:13:02 +02:00
commonnumrefgenerator.class.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-10 12:03:33 +02:00
commonobject.class.php Qual: Updates regarding write_file(s) methods for Phan (#30511) 2024-08-14 19:21:10 +02:00
commonobjectline.class.php Define CommonObject relation in CommonObjectLine classes (#29956) 2024-06-10 16:08:39 +02:00
commonorder.class.php Qual: Phan fixes (mainly Initial type cannot be inferred) in popular changed classes (#30604) 2024-08-14 01:24:55 +02:00
commonpeople.class.php
commonsocialnetworks.class.php Debug v20 2024-07-14 18:41:24 +02:00
commonstickergenerator.class.php Clean language 2024-06-30 15:26:31 +02:00
conf.class.php New Main checkbox left column to manage this conf for each users (#30439) 2024-07-26 05:01:26 +02:00
cproductnature.class.php
cregion.class.php
CSMSFile.class.php Clean phan warnings 2024-05-30 13:37:17 +02:00
cstate.class.php
ctypent.class.php
ctyperesource.class.php
cunits.class.php Qual: Apply PhanPluginDuplicateExpressionAssignmentOperation as phan suggests (#30544) 2024-08-07 02:53:45 +02:00
defaultvalues.class.php Qual: Fix PhanTypeMismatchProperty and some other phan notices (#30542) 2024-08-15 17:05:00 +02:00
discount.class.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-07-01 01:22:54 +02:00
doldeprecationhandler.class.php FIX #30610 - Disable the deprecation mecanism. Too many regressions. 2024-08-13 11:53:21 +02:00
doleditor.class.php fix expects string, bool given (#30636) 2024-08-14 13:58:17 +02:00
dolexception.class.php
dolgeoip.class.php
dolgeophp.class.php fix phan (#29460) 2024-04-24 21:52:25 +02:00
dolgraph.class.php ignore phpstan error (#29974) 2024-06-10 20:49:58 +02:00
dolreceiptprinter.class.php Qual: Apply PhanPluginDuplicateExpressionAssignmentOperation as phan suggests (#30544) 2024-08-07 02:53:45 +02:00
emailsenderprofile.class.php Qual: Fix PhanTypeMismatchProperty and some other phan notices (#30542) 2024-08-15 17:05:00 +02:00
evalmath.class.php Qual: Updates for phpstan notices (#30509) 2024-08-01 12:59:45 +02:00
events.class.php
extrafields.class.php Merge 2024-08-15 06:02:42 +02:00
extralanguages.class.php Qual: Apply PhanPluginDuplicateExpressionAssignmentOperation as phan suggests (#30544) 2024-08-07 02:53:45 +02:00
fediverseparser.class.php New refactoring fediverse class (#30572) 2024-08-13 12:19:37 +02:00
fileupload.class.php Fix phpstan 2024-07-31 13:44:48 +02:00
fiscalyear.class.php Qual: Fix spelling/update .pre-commit configuration (versions) (#30546) 2024-08-07 01:20:43 +02:00
genericobject.class.php
geomapeditor.class.php NEW add geometrics extrafield (#28239) 2024-04-24 15:27:38 +02:00
google.class.php
hookmanager.class.php Fix hooks cache was broken by the sorting on priotity 2024-06-17 10:14:39 +02:00
html.form.class.php fix ignored phpstan (#30642) 2024-08-15 16:42:54 +02:00
html.formaccounting.class.php Clean code to swith to code_compta_client 2024-08-14 16:51:53 +02:00
html.formactions.class.php Debug v20 2024-08-13 04:37:19 +02:00
html.formadmin.class.php Fix look and feel v20 2024-06-16 12:11:47 +02:00
html.formbank.class.php
html.formbarcode.class.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-29 13:39:20 +02:00
html.formcategory.class.php
html.formcompany.class.php Look and feel v21: Combo of role must use the placeholder. 2024-08-14 14:39:58 +02:00
html.formcontract.class.php Debug v20 2024-04-24 02:59:43 +02:00
html.formcron.class.php Look and feel v20 2024-04-04 01:35:36 +02:00
html.formexpensereport.class.php Debug v20 - popup of combo go out of screen 2024-06-24 15:08:16 +02:00
html.formfile.class.php Qual: Enable Phan Simplify rule and fix notices (#30537) 2024-08-07 03:05:02 +02:00
html.formintervention.class.php
html.formldap.class.php
html.formmail.class.php Enhance the layout email selection 2024-08-15 18:32:55 +02:00
html.formmailing.class.php Qual: Apply PhanPluginDuplicateExpressionAssignmentOperation as phan suggests (#30544) 2024-08-07 02:53:45 +02:00
html.formmargin.class.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-23 12:52:28 +02:00
html.formorder.class.php
html.formother.class.php Qual: Apply PhanPluginDuplicateExpressionAssignmentOperation as phan suggests (#30544) 2024-08-07 02:53:45 +02:00
html.formprojet.class.php fix checkFunctionArgumentTypes (#30234) 2024-07-03 02:30:53 +02:00
html.formpropal.class.php
html.formsetup.class.php Qual: Correct typing hint for category type in setAsCategory. (#30650) 2024-08-16 20:13:53 +02:00
html.formsms.class.php
html.formsocialcontrib.class.php
html.formticket.class.php Fix phan warning 2024-07-31 18:54:52 +02:00
html.formwebsite.class.php Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-06-28 18:50:34 +02:00
infobox.class.php Fix php 8.3 warnings (#30160) 2024-06-26 17:04:05 +02:00
interfaces.class.php Fix warnings 2024-07-31 14:19:08 +02:00
ldap.class.php Qual: Fix PhanTypeInvalidLeftOperandOfNumericOp (#30557) 2024-08-15 16:57:02 +02:00
lessc.class.php
link.class.php
mastodonhandler.class.php Doxygen 2024-08-14 17:34:47 +02:00
menu.class.php Try to fix phpstan warning 2024-08-03 13:51:03 +02:00
menubase.class.php Fix Phan 2024-04-28 01:47:18 +02:00
notify.class.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-06-24 01:47:18 +02:00
openid.class.php Clean code from _GET 2024-03-28 17:10:22 +01:00
rssparser.class.php fix checkFunctionArgumentTypes (#30234) 2024-07-03 02:30:53 +02:00
smtps.class.php ignore phpstan level 4 (#30046) 2024-06-16 11:10:26 +02:00
socialnetworkmanager.class.php Qual: Typing for socialnetworkmgr + mastodan (#30637) 2024-08-14 17:33:26 +02:00
stats.class.php Qual: Fix PhanTypeInvalidLeftOperandOfNumericOp (#30557) 2024-08-15 16:57:02 +02:00
timespent.class.php Qual: Fix PhanTypeMismatchProperty and some other phan notices (#30542) 2024-08-15 17:05:00 +02:00
translate.class.php CSS 2024-07-29 01:21:08 +02:00
utils_diff.class.php
utils.class.php Qual: Fix spelling/update .pre-commit configuration (versions) (#30546) 2024-08-07 01:20:43 +02:00
validate.class.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-06-25 15:13:51 +02:00
vcard.class.php
workboardresponse.class.php