Language | Bytes | Files | Lines | Blanks | Comments | Code | |
---|---|---|---|---|---|---|---|
All files without dependencies See detail per file type... 81 788 695 | 3 794 | 1 644 151 | 179 552 | 316 485 | 1 148 114 | | |
All files of dependencies only See detail per file type... 67 835 524 | 3 284 | 1 086 853 | 84 841 | 167 837 | 834 175 | | |
Total | 149 624 219 | 7 078 | 2 731 004 | 264 393 | 484 322 | 1 982 289 |
Commit ID | Date | Reported on Yogosha | Reported on GIT | Reported on CVE | Title | Branch of fix |
63dd269d… | 2025-03-11 | SEC FIX Reflected XSS reported by 柏天浩 | 21.0, develop | |||
f511e2e5… | 2025-02-17 | #33099 | Merge pull request #33099 from Easya-Solutions/18_fix_cve_2024-34051 | 18.0, 19.0, 20.0, 21.0, develop | ||
bd9bf8b5… + | 2025-02-17 | CVE-2024-34051 | FIX #CVE-2024-34051 | 18.0, 19.0, 20.0, 21.0, develop | ||
9aa24d9d… + | 2025-01-09 | CVE-2024-55227 | FIX CVE-2024-55227 and CVE-2024-55228 CSRF when MAIN_RESTRICTHTML_ONLY_VALID_HTML_TIDY is on (hidden option not on by default) | 21.0, develop |
File | Line | Type |
File | Line | Detail |
htdocs/accountancy/class/accountancyexport.class.php | 192 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $listofexporttypes of type non-empty-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/accountancy/class/accountancyexport.class.php | 333 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $exporttypes of type array{param:non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array,cr:array{1:string,2:string},format:array{csv:string,txt:string}} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/accountancy/class/accountancyexport.class.php | 546 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $TData of type \BookKeepingLine[]|\CommonObjectLine[]|\CommonObject[]|\DolDeprecationHandler[] but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/accountancy/class/accountancyexport.class.php | 546 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $TData of type \BookKeepingLine[]|\CommonObjectLine[]|\CommonObject[]|\DolDeprecationHandler[]|non-empty-array|non-empty-array|non-empty-array|non-empty-array but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/accountancy/class/accountancyexport.class.php | 1879 | UndefError PhanUndeclaredProperty Reference to undeclared property \BookKeepingLine->code_tiers |
htdocs/adherents/list.php | 1601 | UndefError PhanUndeclaredGlobalVariable Global variable $diroutputmassaction is undeclared |
htdocs/admin/agenda_other.php | 104 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 5 ($filter) is ['t.page'=>'comm/action/card.php','t.param'=>'complete','t.user_id'=>'0','t.type'=>'createform','t.entity'=>(string)($conf->entity)] of type array{t.page:'comm/action/card.php',t.param:'complete',t.user_id:'0',t.type:'createform',t.entity:string} but \DefaultValues::fetchAll() takes string (no real type) defined at htdocs/core/class/defaultvalues.class.php:248 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/admin/agenda_other.php | 394 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 5 ($filter) is ['t.page'=>'comm/action/card.php','t.param'=>'complete','t.user_id'=>'0','t.type'=>'createform','t.entity'=>(string)($conf->entity)] of type array{t.page:'comm/action/card.php',t.param:'complete',t.user_id:'0',t.type:'createform',t.entity:string} but \DefaultValues::fetchAll() takes string (no real type) defined at htdocs/core/class/defaultvalues.class.php:248 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/admin/bom.php | 272 | TypeError PhanTypeMismatchArgument Argument 1 ($objprod) is $mysoc of type \CommonIncoterm|\CommonObject|\CommonPeople|\CommonSocialNetworks|\DolDeprecationHandler|\Societe but \ModeleNumRefBoms::getNextValue() takes \Product defined at htdocs/core/modules/bom/modules_bom.php:95 |
htdocs/admin/defaultvalues.php | 372 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 5 ($filter) is ['t.type'=>$mode,'t.entity'=>[$user->entity,$conf->entity]] of type array{t.type:'createform'|'focus'|'mandatory'|'sortorder'|mixed[]|string,t.entity:array{0:int,1:int}} but \DefaultValues::fetchAll() takes string (no real type) defined at htdocs/core/class/defaultvalues.class.php:248 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/admin/defaultvalues.php | 372 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 5 ($filter) is ['t.type'=>$mode,'t.entity'=>[$user->entity,$conf->entity]] of type array{t.type:'createform'|'focus'|'mandatory'|'sortorder'|mixed[]|string,t.entity:array{0:int|non-zero-int,1:int|non-zero-int}} but \DefaultValues::fetchAll() takes string (no real type) defined at htdocs/core/class/defaultvalues.class.php:248 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/api/class/api_documents.class.php | 518 | Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: !DolibarrApiAccess::$user->hasRight('expensereport', 'read') |
htdocs/api/class/api_documents.class.php | 532 | Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: !DolibarrApiAccess::$user->hasRight('knowledgemanagement', 'knowledgerecord', 'read') |
htdocs/api/class/api_setup.class.php | 2824 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $conf->modules of type array|array|array but \Setup::_cleanObjectDatas() takes object defined at htdocs/api/class/api_setup.class.php:839 |
htdocs/api/class/api_setup.class.php | 2824 | TypeError PhanTypeMismatchReturn Returning $this->_cleanObjectDatas($conf->modules) of type object but getModules() is declared to return array |
htdocs/asset/class/asset.class.php | 931 | TypeError PhanTypeInvalidDimOffset Invalid offset "pastmonthyear" of $dates of array type array{date_start:int,date_end:int} |
htdocs/asset/class/asset.class.php | 932 | TypeError PhanTypeInvalidDimOffset Invalid offset "pastmonth" of $dates of array type array{date_start:int,date_end:int} |
htdocs/asset/class/asset.class.php | 1068 | Plugin PhanPluginUndeclaredVariableIsset undeclared variable $begin_period in isset() |
htdocs/asset/class/assetdepreciationoptions.class.php | 277 | TypeError PhanTypeInvalidDimOffset Invalid offset GETPOST($html_name) of $tmparraykey of array type array{} |
htdocs/asset/class/assetmodel.class.php | 322 | UndefError PhanUndeclaredProperty Reference to undeclared property \AssetModel->fk_soc |
htdocs/asset/class/assetmodel.class.php | 322 | UndefError PhanUndeclaredProperty Reference to undeclared property \AssetModel->socid |
htdocs/asset/tpl/depreciation_options_edit.tpl.php | 163 | UndefError PhanUndeclaredProperty Reference to undeclared property \AssetDepreciationOptions->lang |
htdocs/asset/tpl/linkedobjectblock.tpl.php | 70 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date_start |
htdocs/asset/tpl/linkedobjectblock.tpl.php | 73 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->acquisition_value_ht |
htdocs/asset/tpl/linkedobjectblock.tpl.php | 74 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->acquisition_value_ht |
htdocs/barcode/printsheet.php | 101 | Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: GETPOST('submitproduct') |
htdocs/barcode/printsheet.php | 120 | Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: GETPOST('submitthirdparty') |
htdocs/barcode/printsheet.php | 496 | Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: GETPOST('selectorforbarcode') |
htdocs/bom/bom_card.php | 238 | TypeError PhanTypeMismatchArgument Argument 3 ($qty_frozen) is $qty_frozen of type string but \BOM::addLine() takes int defined at htdocs/bom/class/bom.class.php:594 |
htdocs/bom/bom_card.php | 777 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOM->socid |
htdocs/bom/tpl/objectline_create.tpl.php | 149 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 17 ($selected_combinations) is (string)(GETPOSTINT('combinations')) of type string but \Form::select_produits() takes ?array (no real type) defined at htdocs/core/class/html.form.class.php:2683 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/bom/tpl/objectline_create.tpl.php | 151 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 17 ($selected_combinations) is (string)(GETPOSTINT('combinations')) of type string but \Form::select_produits() takes ?array (no real type) defined at htdocs/core/class/html.form.class.php:2683 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/bom/tpl/objectline_edit.tpl.php | 105 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->fk_parent_line |
htdocs/bom/tpl/objectline_edit.tpl.php | 116 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->fk_parent_line |
htdocs/bom/tpl/objectline_view.tpl.php | 243 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->fk_prev_id |
htdocs/bom/tpl/objectline_view.tpl.php | 371 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->total_cost |
htdocs/bookcal/availabilities_card.php | 421 | UndefError PhanUndeclaredGlobalVariable Global variable $soc is undeclared |
htdocs/bookcal/availabilities_card.php | 469 | UndefError PhanUndeclaredProperty Reference to undeclared property \Availabilities->socid |
htdocs/bookcal/calendar_card.php | 442 | UndefError PhanUndeclaredGlobalVariable Global variable $soc is undeclared |
htdocs/bookcal/calendar_card.php | 491 | UndefError PhanUndeclaredProperty Reference to undeclared property \Calendar->socid |
htdocs/bookcal/class/availabilities.class.php | 378 | UndefError PhanUndeclaredProperty Reference to undeclared property \Availabilities->fk_soc |
htdocs/bookcal/class/availabilities.class.php | 378 | UndefError PhanUndeclaredProperty Reference to undeclared property \Availabilities->socid |
htdocs/bookcal/class/availabilities.class.php | 858 | UndefError PhanUndeclaredProperty Reference to undeclared property \Availabilities->amount |
htdocs/bookcal/class/availabilities.class.php | 1033 | UndefError PhanUndeclaredMethod Call to undeclared method \CommonNumRefGenerator::getNextValue |
htdocs/bookcal/class/calendar.class.php | 333 | UndefError PhanUndeclaredProperty Reference to undeclared property \Calendar->socid |
htdocs/bookcal/class/calendar.class.php | 844 | UndefError PhanUndeclaredProperty Reference to undeclared property \Calendar->amount |
htdocs/bookcal/class/calendar.class.php | 1019 | UndefError PhanUndeclaredMethod Call to undeclared method \CommonNumRefGenerator::getNextValue |
htdocs/categories/viewcat.php | 1113 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->title |
htdocs/categories/viewcat.php | 1342 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ticket->label |
htdocs/categories/viewcat.php | 1430 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->description |
htdocs/collab/index.php | 151 | UndefError PhanUndeclaredProperty Reference to undeclared property \Website->fk_website |
htdocs/comm/action/index.php | 1099 | TypeError PhanTypeMismatchArgument Argument 1 ($string) is $event->datep of type int but \DoliDB::jdate() takes string defined at htdocs/core/db/DoliDB.class.php:386 |
htdocs/comm/action/index.php | 1100 | TypeError PhanTypeMismatchArgument Argument 1 ($string) is $event->datef of type int|non-zero-int but \DoliDB::jdate() takes string defined at htdocs/core/db/DoliDB.class.php:386 |
htdocs/comm/action/index.php | 1426 | TypeError PhanTypeMismatchProperty Assigning ($userId as a field) of type array to property but \ActionComm->userassigned is array |
htdocs/comm/action/info.php | 66 | UndefError PhanUndeclaredProperty Reference to undeclared property \Bookmark->authorid |
htdocs/comm/action/info.php | 66 | UndefError PhanUndeclaredProperty Reference to undeclared property \Bookmark->userownerid |
htdocs/comm/action/pertype.php | 263 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type int|string, found an array index of type 'week', but expected the index to be of type int |
htdocs/comm/action/pertype.php | 349 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type int|string, found an array index of type 'week', but expected the index to be of type int |
htdocs/comm/action/pertype.php | 1019 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $username with type string |
htdocs/comm/action/pertype.php | 1212 | TypeError PhanTypeComparisonFromArray array to string comparison |
htdocs/comm/action/pertype.php | 1229 | TypeError PhanTypeComparisonFromArray array to string comparison |
htdocs/comm/action/pertype.php | 1289 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $username with type string |
htdocs/comm/action/pertype.php | 1291 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $username with type string |
htdocs/comm/action/peruser.php | 1031 | TypeError PhanTypeMismatchArgument Argument 1 ($string) is $event->datep of type int but \DoliDB::jdate() takes string defined at htdocs/core/db/DoliDB.class.php:386 |
htdocs/comm/action/peruser.php | 1032 | TypeError PhanTypeMismatchArgument Argument 1 ($string) is $event->datef of type int|non-zero-int but \DoliDB::jdate() takes string defined at htdocs/core/db/DoliDB.class.php:386 |
htdocs/comm/action/peruser.php | 2246 | TypeError PhanTypeComparisonFromArray array to string comparison |
htdocs/comm/action/peruser.php | 2266 | TypeError PhanTypeComparisonFromArray array to string comparison |
htdocs/comm/action/peruser.php | 2286 | TypeError PhanTypeComparisonFromArray array to string comparison |
htdocs/comm/action/peruser.php | 2306 | TypeError PhanTypeComparisonFromArray array to string comparison |
htdocs/comm/card.php | 961 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $file_list of type array{name:string,path:string,level1name:string,relativename:string,fullname:string,date:string,size:int,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,rowid:int,label:string,share:string}[]|non-empty-array but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/comm/card.php | 1080 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $file_list of type array{name:string,path:string,level1name:string,relativename:string,fullname:string,date:string,size:int,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,rowid:int,label:string,share:string}[]|non-empty-array but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/comm/card.php | 1181 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $file_list of type array{name:string,path:string,level1name:string,relativename:string,fullname:string,date:string,size:int,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,rowid:int,label:string,share:string}[]|non-empty-array but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/comm/card.php | 1295 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $file_list of type array{name:string,path:string,level1name:string,relativename:string,fullname:string,date:string,size:int,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,rowid:int,label:string,share:string}[]|non-empty-array but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/comm/card.php | 1395 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $file_list of type array{name:string,path:string,level1name:string,relativename:string,fullname:string,date:string,size:int,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,rowid:int,label:string,share:string}[]|non-empty-array but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/comm/card.php | 1624 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $file_list of type array{name:string,path:string,level1name:string,relativename:string,fullname:string,date:string,size:int,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,rowid:int,label:string,share:string}[]|non-empty-array but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/comm/mailing/index.php | 121 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->require_module |
htdocs/comm/mailing/index.php | 122 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->require_admin |
htdocs/comm/mailing/index.php | 141 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->picto |
htdocs/comm/mailing/targetemailing.php | 581 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->require_module |
htdocs/comm/mailing/targetemailing.php | 582 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->require_admin |
htdocs/comm/mailing/targetemailing.php | 601 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->picto |
htdocs/comm/mailing/targetemailing.php | 602 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->picto |
htdocs/comm/mailing/targetemailing.php | 604 | UndefError PhanUndeclaredProperty Reference to undeclared property \MailingTargets->picto |
htdocs/comm/propal/card.php | 493 | TypeError PhanTypeMismatchProperty Assigning $user->id of type int|non-zero-int to property but \Propal->author is \User |
htdocs/comm/propal/card.php | 523 | TypeError PhanTypeMismatchProperty Assigning $user->id of type int|non-zero-int to property but \Propal->author is \User |
htdocs/comm/propal/list.php | 1820 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonInvoice->facid |
htdocs/comm/propal/tpl/linkedobjectblock.tpl.php | 65 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->ref_client |
htdocs/comm/propal/tpl/linkedobjectblock.tpl.php | 66 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date |
htdocs/commande/card.php | 1240 | TypeError PhanTypeMismatchArgument Argument 19 ($fk_fournprice) is $fournprice of type string but \Commande::addline() takes int defined at htdocs/commande/class/commande.class.php:1562 |
htdocs/commande/class/api_orders.class.php | 568 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $contacts of type array|int but \Orders::_cleanObjectDatas() takes object defined at htdocs/commande/class/api_orders.class.php:1142 |
htdocs/commande/class/commande.class.php | 1488 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->other_linked_objects |
htdocs/commande/class/commande.class.php | 1489 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->other_linked_objects |
htdocs/commande/customer.php | 103 | UndefError PhanUndeclaredGlobalVariable Global variable $begin is undeclared |
htdocs/commande/customer.php | 104 | UndefError PhanUndeclaredGlobalVariable Global variable $begin is undeclared |
htdocs/commande/customer.php | 158 | UndefError PhanUndeclaredGlobalVariable Global variable $addu is undeclared |
htdocs/commande/customer.php | 195 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlen is undeclared |
htdocs/commande/list.php | 783 | UndefError PhanUndeclaredProperty Reference to undeclared property \Commande->fk_warehouse |
htdocs/commande/list_det.php | 2126 | TypeError PhanTypeInvalidDimOffset Invalid offset $obj->fk_product of $productstat_cachevirtual of array type array{} |
htdocs/commande/list_det.php | 2151 | TypeError PhanTypeInvalidDimOffset Invalid offset "stats_order_customer" of $productstat_cache[$obj->fk_product] of array type array{stock_reel:float|int} |
htdocs/commande/list_det.php | 2160 | TypeError PhanTypeInvalidDimOffset Invalid offset "stats_order_supplier" of $productstat_cache[$obj->fk_product] of array type array{stats_order_customer:float}|array{stock_reel:float|int} |
htdocs/commande/tpl/linkedobjectblock.tpl.php | 58 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->ref_client |
htdocs/commande/tpl/linkedobjectblock.tpl.php | 59 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date |
htdocs/compta/bank/account_statement_document.php | 174 | UndefError PhanUndeclaredGlobalVariable Global variable $ve is undeclared |
htdocs/compta/bank/account_statement_document.php | 176 | UndefError PhanUndeclaredGlobalVariable Global variable $ve is undeclared |
htdocs/compta/bank/class/account.class.php | 1701 | UndefError PhanUndeclaredProperty Reference to undeclared property \Account->socid |
htdocs/compta/bank/class/account.class.php | 1704 | UndefError PhanUndeclaredProperty Reference to undeclared property \Account->socid |
htdocs/compta/bank/class/paymentvarious.class.php | 854 | TypeError PhanTypeMismatchArgument Argument 1 ($string) is $this->datep of type int but \DoliDB::jdate() takes string defined at htdocs/core/db/DoliDB.class.php:386 |
htdocs/compta/bank/class/paymentvarious.class.php | 854 | TypeError PhanTypeMismatchArgument Argument 1 ($string) is $this->datep of type int|non-zero-int but \DoliDB::jdate() takes string defined at htdocs/core/db/DoliDB.class.php:386 |
htdocs/compta/bank/line.php | 309 | UndefError PhanUndeclaredGlobalVariable Global variable $filepath is undeclared |
htdocs/compta/bank/line.php | 309 | UndefError PhanUndeclaredGlobalVariable Global variable $oldfilepath is undeclared |
htdocs/compta/bank/various_payment/card.php | 632 | UndefError PhanUndeclaredProperty Reference to undeclared property \PaymentVarious->socid |
htdocs/compta/bank/various_payment/document.php | 123 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/compta/bank/various_payment/document.php | 127 | UndefError PhanUndeclaredProperty Reference to undeclared property \PaymentVarious->socid |
htdocs/compta/bank/various_payment/info.php | 92 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/compta/bank/various_payment/info.php | 96 | UndefError PhanUndeclaredProperty Reference to undeclared property \PaymentVarious->socid |
htdocs/compta/bank/various_payment/info.php | 111 | UndefError PhanUndeclaredGlobalVariable Global variable $morehtmlright is undeclared |
htdocs/compta/cashcontrol/cashcontrol_card.php | 295 | Plugin PhanPluginDuplicateExpressionBinaryOp Both sides of the binary operator && are the same: (GETPOST('posnumber', 'alpha') != '') |
htdocs/compta/clients.php | 81 | UndefError PhanUndeclaredGlobalVariable Global variable $note is undeclared |
htdocs/compta/clients.php | 122 | UndefError PhanUndeclaredGlobalVariable Global variable $stcomm is undeclared |
htdocs/compta/clients.php | 123 | UndefError PhanUndeclaredGlobalVariable Global variable $stcomm is undeclared |
htdocs/compta/clients.php | 159 | UndefError PhanUndeclaredGlobalVariable Global variable $addu is undeclared |
htdocs/compta/facture/card-rec.php | 1362 | TypeError PhanTypeMismatchArgument Argument 1 ($id) is $object->user_author of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \User::fetch() takes int defined at htdocs/user/class/user.class.php:542 |
htdocs/compta/facture/card.php | 2561 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObjectLine->detail_batch |
htdocs/compta/facture/card.php | 2563 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObjectLine->detail_batch |
htdocs/compta/facture/class/api_invoices.class.php | 438 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 1 ($object) is $contract of type \CommonObject|\CommonSignedObject|\Contrat|\DolDeprecationHandler but \Facture::createFromContract() takes \Facture (no real type) defined at htdocs/compta/facture/class/facture.class.php:1539 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/compta/facture/class/facture-rec.class.php | 2483 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureLigneRec->skip_update_total |
htdocs/compta/facture/class/facture.class.php | 1503 | UndefError PhanUndeclaredProperty Reference to undeclared property \Commande->other_linked_objects |
htdocs/compta/facture/class/facture.class.php | 1504 | UndefError PhanUndeclaredProperty Reference to undeclared property \Commande->other_linked_objects |
htdocs/compta/facture/class/facture.class.php | 1638 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->other_linked_objects |
htdocs/compta/facture/class/facture.class.php | 1639 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->other_linked_objects |
htdocs/compta/facture/class/facture.class.php | 2528 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->increment |
htdocs/compta/facture/class/facture.class.php | 2529 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->increment |
htdocs/compta/facture/tpl/linkedobjectblockForRec.tpl.php | 54 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date_when |
htdocs/compta/localtax/card.php | 243 | UndefError PhanUndeclaredGlobalVariable Global variable $morehtmlref is undeclared |
htdocs/compta/localtax/clients.php | 237 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[]|int but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/compta/localtax/clients.php | 244 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 245 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 247 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 255 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 256 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 261 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 262 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 263 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 264 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 309 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 310 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 312 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 320 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 321 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 326 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 327 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 328 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/clients.php | 329 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $coll_obj with type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/localtax/index.php | 454 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{0:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[]|int,1:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[]|int,2:array{}|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/compta/localtax/list.php | 121 | UndefError PhanUndeclaredGlobalVariable Global variable $arrayofselected is undeclared |
htdocs/compta/paiement/card.php | 208 | UndefError PhanUndeclaredProperty Reference to undeclared property \DoliDB->errors |
htdocs/compta/paiement/cheque/list.php | 451 | TypeError PhanTypeMismatchProperty Assigning $account->getNomUrl(1) of type string to property but \RemiseCheque->account_id is int |
htdocs/compta/paiement/cheque/list.php | 459 | UndefError PhanUndeclaredGlobalVariable Global variable $arrayofselected is undeclared |
htdocs/compta/paiement/list.php | 651 | UndefError PhanUndeclaredGlobalVariable Global variable $arrayofselected is undeclared |
htdocs/compta/paiement/list.php | 671 | UndefError PhanUndeclaredGlobalVariable Global variable $arrayofselected is undeclared |
htdocs/compta/paiement/list.php | 821 | UndefError PhanPossiblyUndeclaredGlobalVariable Global variable $arrayofselected is possibly undeclared |
htdocs/compta/paiement/list.php | 821 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 2 ($haystack) is $arrayofselected of type ?non-empty-array but \in_array() takes array (expected type to be non-nullable) |
htdocs/compta/paiement/rapport.php | 166 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $f['name'] of type string but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/compta/prelevement/card.php | 214 | TypeError PhanTypeMismatchArgument Argument 1 ($error) is GETPOST('error', 'alpha') of type mixed[]|string but \BonPrelevement::getErrorString() takes int defined at htdocs/compta/prelevement/class/bonprelevement.class.php:463 |
htdocs/compta/resultat/clientfourn.php | 1546 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{0:0|float|int,1:0|float|int|non-zero-int} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/compta/resultat/index.php | 1002 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{0:array{}|non-empty-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array,1:array{}|non-empty-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array,2:array{}|non-empty-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array,3:array{}|non-empty-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/compta/resultat/projects.php | 975 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{0:0|float|int,1:0|float|int|non-zero-int} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/compta/sociales/card.php | 570 | UndefError PhanUndeclaredProperty Reference to undeclared property \ChargeSociales->socid |
htdocs/compta/tva/class/paymentvat.class.php | 765 | UndefError PhanUndeclaredProperty Reference to undeclared property \PaymentVAT->label |
htdocs/compta/tva/class/paymentvat.class.php | 766 | UndefError PhanUndeclaredProperty Reference to undeclared property \PaymentVAT->label |
htdocs/compta/tva/class/paymentvat.class.php | 768 | UndefError PhanUndeclaredProperty Reference to undeclared property \PaymentVAT->label |
htdocs/compta/tva/clients.php | 336 | TypeError PhanTypeArraySuspiciousNull Suspicious array access to $x_paye[$my_paye_thirdpartyid]['pstatus'] of type null |
htdocs/compta/tva/clients.php | 336 | TypeError PhanTypeInvalidDimOffset Invalid offset "pstatus" of $x_paye[$my_paye_thirdpartyid] of array type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/tva/clients.php | 337 | TypeError PhanTypeArraySuspiciousNull Suspicious array access to $x_paye[$my_paye_thirdpartyid]['pstatusbuy'] of type null |
htdocs/compta/tva/clients.php | 337 | TypeError PhanTypeInvalidDimOffset Invalid offset "pstatusbuy" of $x_paye[$my_paye_thirdpartyid] of array type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/tva/clients.php | 362 | TypeError PhanTypeArraySuspiciousNull Suspicious array access to $x_paye[$my_paye_thirdpartyid]['tva_intra'] of type null |
htdocs/compta/tva/clients.php | 362 | TypeError PhanTypeInvalidDimOffset Invalid offset "tva_intra" of $x_paye[$my_paye_thirdpartyid] of array type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/tva/clients.php | 378 | TypeError PhanTypeArraySuspiciousNull Suspicious array access to $x_paye[$my_paye_thirdpartyid]['pstatus'] of type null |
htdocs/compta/tva/clients.php | 378 | TypeError PhanTypeInvalidDimOffset Invalid offset "pstatus" of $x_paye[$my_paye_thirdpartyid] of array type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/tva/clients.php | 379 | TypeError PhanTypeArraySuspiciousNull Suspicious array access to $x_paye[$my_paye_thirdpartyid]['pstatusbuy'] of type null |
htdocs/compta/tva/clients.php | 379 | TypeError PhanTypeInvalidDimOffset Invalid offset "pstatusbuy" of $x_paye[$my_paye_thirdpartyid] of array type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/tva/clients.php | 442 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{0:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[]|non-empty-array,1:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[],2:array{}|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/compta/tva/index.php | 420 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{0:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[]|int,1:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[]|int,2:array{}|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/compta/tva/payments.php | 141 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 2 ($subject) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \preg_match() takes string (expected type to be non-nullable) |
htdocs/compta/tva/payments.php | 142 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 2 ($subject) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \preg_match() takes string (expected type to be non-nullable) |
htdocs/compta/tva/payments.php | 143 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 2 ($subject) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \preg_match() takes string (expected type to be non-nullable) |
htdocs/compta/tva/payments.php | 144 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 2 ($subject) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \preg_match() takes string (expected type to be non-nullable) |
htdocs/compta/tva/payments.php | 145 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 2 ($subject) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \preg_match() takes string (expected type to be non-nullable) |
htdocs/compta/tva/payments.php | 146 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($sortfield) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \DoliDB::order() takes string defined at htdocs/core/db/DoliDB.class.php:329 (expected type to be non-nullable) |
htdocs/compta/tva/payments.php | 213 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 2 ($subject) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \preg_match() takes string (expected type to be non-nullable) |
htdocs/compta/tva/payments.php | 215 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($sortfield) is $sortfield of type ?''|?'0'|?'ptva.datep'|?0|?0.0|?array{}|?false|?non-empty-string but \DoliDB::order() takes string defined at htdocs/core/db/DoliDB.class.php:329 (expected type to be non-nullable) |
htdocs/compta/tva/quadri_detail.php | 371 | TypeError PhanTypeArraySuspiciousNull Suspicious array access to $x_paye[$my_paye_rate]['tva_intra'] of type null |
htdocs/compta/tva/quadri_detail.php | 371 | TypeError PhanTypeInvalidDimOffset Invalid offset "tva_intra" of $x_paye[$my_paye_rate] of array type array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]} |
htdocs/compta/tva/quadri_detail.php | 446 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $object of type array{0:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[]|non-empty-array,1:array{totalht:float,vat:float,localtax1:float,localtax2:float,dtotal_ttc:float[],dtype:int[],datef:int[],datep:int[],company_name:string[],company_id:int[],company_alias:string[],company_email:string[],company_tva_intra:string[],company_client:int[],company_fournisseur:int[],company_customer_code:string[],company_supplier_code:string[],company_customer_accounting_code:string[],company_supplier_accounting_code:string[],company_status:int[],user_id:int[],drate:string[],ddate_start:int[],ddate_end:int[],facid:int[],facnum:string[],type:int[],ftotal_ttc:float[],descr:string[],totalht_list:string[],vat_list:float[],localtax1_list:float[],localtax2_list:float[],pid:int[],pref:string[],ptype:int[],payment_id:int[],payment_ref:string[],payment_amount:float[]}[],2:array{}|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array|non-empty-associative-array} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/contrat/card.php | 1244 | UndefError PhanUndeclaredGlobalVariable Global variable $tmpcode is undeclared |
htdocs/core/actions_addupdatedelete.inc.php | 152 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->param_list |
htdocs/core/actions_addupdatedelete.inc.php | 153 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type list|list, found an array index of type mixed[]|string, but expected the index to be of type int |
htdocs/core/actions_addupdatedelete.inc.php | 315 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type list|list, found an array index of type mixed[]|string, but expected the index to be of type int |
htdocs/core/actions_addupdatedelete.inc.php | 315 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->param_list |
htdocs/core/actions_massactions.inc.php | 169 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_soc |
htdocs/core/actions_massactions.inc.php | 484 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->email_aliases |
htdocs/core/actions_sendmails.inc.php | 160 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_user_author |
htdocs/core/actions_sendmails.inc.php | 224 | UndefError PhanPossiblyUndeclaredGlobalVariable Global variable $thirdparty is possibly undeclared |
htdocs/core/actions_sendmails.inc.php | 238 | UndefError PhanPossiblyUndeclaredGlobalVariable Global variable $thirdparty is possibly undeclared |
htdocs/core/actions_sendmails.inc.php | 274 | UndefError PhanPossiblyUndeclaredGlobalVariable Global variable $thirdparty is possibly undeclared |
htdocs/core/actions_sendmails.inc.php | 280 | UndefError PhanPossiblyUndeclaredGlobalVariable Global variable $thirdparty is possibly undeclared |
htdocs/core/actions_sendmails.inc.php | 318 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->email_aliases |
htdocs/core/ajax/ajaxdirtree.php | 106 | UndefError PhanUndeclaredGlobalVariable Global variable $original_file is undeclared |
htdocs/core/ajax/ajaxdirtree.php | 113 | UndefError PhanUndeclaredGlobalVariable Global variable $module is undeclared |
htdocs/core/ajax/ajaxdirtree.php | 206 | UndefError PhanUndeclaredGlobalVariable Global variable $section is undeclared |
htdocs/core/ajax/ajaxdirtree.php | 219 | UndefError PhanUndeclaredGlobalVariable Global variable $section is undeclared |
htdocs/core/ajax/ajaxdirtree.php | 321 | TypeError PhanTypeMismatchProperty Assigning $val['login_c'] of type int to property but \User->lastname is string |
htdocs/core/ajax/ajaxdirtree.php | 422 | TypeError PhanTypeMismatchArgument Argument 1 ($fulltree) is $sqltree of type array but \tree_showpad() takes array defined at htdocs/core/lib/treeview.lib.php:37 |
htdocs/core/ajax/selectobject.php | 167 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($objecttmp) is $objecttmp of type ?0|?\CommonObject|?\DolDeprecationHandler|?non-zero-int|?object but \Form::selectForFormsList() takes object defined at htdocs/core/class/html.form.class.php:8843 (expected type to be non-nullable) |
htdocs/core/class/CMailFile.class.php | 582 | TypeError PhanTypeMismatchArgument Argument 1 ($_strReferences) is $this->references of type non-empty-string but \SMTPs::setReferences() takes string[] defined at htdocs/core/class/smtps.class.php:1204 |
htdocs/core/class/canvas.class.php | 176 | ParamError PhanParamTooMany Call with 3 arg(s) to \ActionsContactCardCommon::assign_values(string &$action, int $id) which only takes 2 arg(s) defined at htdocs/contact/canvas/actions_contactcard_common.class.php:109 |
htdocs/core/class/canvas.class.php | 247 | UndefError PhanUndeclaredMethod Call to undeclared method \ActionsContactCardCommon::doActions |
htdocs/core/class/ccountry.class.php | 120 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ccountry->rowid |
htdocs/core/class/cgenericdic.class.php | 466 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ctyperesource->context |
htdocs/core/class/cgenericdic.class.php | 476 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ctyperesource->context |
htdocs/core/class/commonobject.class.php | 5397 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObjectLine->label |
htdocs/core/class/commonobject.class.php | 5430 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObjectLine->label |
htdocs/core/class/commonobject.class.php | 5441 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->expeditions |
htdocs/core/class/commonobject.class.php | 5470 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObjectLine->label |
htdocs/core/class/commonobject.class.php | 5600 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/commonobject.class.php | 5601 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/commonobject.class.php | 5615 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObjectLine->label |
htdocs/core/class/commonobject.class.php | 5625 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObjectLine->label |
htdocs/core/class/commonobject.class.php | 5986 | ParamError PhanParamTooMany Call with 7 arg(s) to \ModelePDFAsset::write_file(\Asset $object, \Translate $outputlangs, string $srctemplatepath = '', int $hidedetails = 0, int $hidedesc = 0, int $hideref = 0) which only takes 6 arg(s) defined at htdocs/core/modules/asset/modules_asset.php:75 |
htdocs/core/class/commonobject.class.php | 5986 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $this of type \CommonObject|\DolDeprecationHandler|static but \ModelePDFAsset::write_file() takes \Asset defined at htdocs/core/modules/asset/modules_asset.php:75 |
htdocs/core/class/commonobject.class.php | 10568 | ParamError PhanParamTooMany Call with 2 arg(s) to \PropaleLigne::insert(int $notrigger = 0) which only takes 1 arg(s) defined at htdocs/comm/propal/class/propaleligne.class.php:460 |
htdocs/core/class/commonobject.class.php | 10568 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 1 ($notrigger) is $user of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \PropaleLigne::insert() takes int (no real type) defined at htdocs/comm/propal/class/propaleligne.class.php:460 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/core/class/commonpeople.class.php | 115 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonPeople->societe |
htdocs/core/class/commonpeople.class.php | 142 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonPeople->civilite |
htdocs/core/class/commonpeople.class.php | 142 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonPeople->civility |
htdocs/core/class/commonpeople.class.php | 142 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonPeople->civility_id |
htdocs/core/class/commonpeople.class.php | 182 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_soc |
htdocs/core/class/commonpeople.class.php | 366 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonPeople->typent_code |
htdocs/core/class/commonsocialnetworks.class.php | 73 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->socialnetworks |
htdocs/core/class/commonsocialnetworks.class.php | 77 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->socialnetworks |
htdocs/core/class/conf.class.php | 587 | TypeError PhanTypeMismatchProperty Assigning ($this->modules_parts as a field) of type array to property but \Conf->modules_parts is array|array |
htdocs/core/class/conf.class.php | 610 | TypeError PhanTypeMismatchArgumentNullableInternal Argument 1 ($arrays) is $this->modules_parts[$partname] of type ?array{} but \array_merge() takes array (expected type to be non-nullable) |
htdocs/core/class/conf.class.php | 610 | TypeError PhanTypeMismatchProperty Assigning (array_merge($this->modules_parts[$partname], [$modulename=>$newvalue]) as a field) of type array|array|array to property but \Conf->modules_parts is array|array |
htdocs/core/class/ctyperesource.class.php | 423 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ctyperesource->context |
htdocs/core/class/ctyperesource.class.php | 433 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ctyperesource->context |
htdocs/core/class/dolgraph.class.php | 940 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolGraph->shownographyet |
htdocs/core/class/dolgraph.class.php | 1251 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolGraph->shownographyet |
htdocs/core/class/emailsenderprofile.class.php | 204 | UndefError PhanUndeclaredProperty Reference to undeclared property \EmailSenderProfile->title |
htdocs/core/class/extrafields.class.php | 763 | TypeError PhanTypeMismatchArgument Argument 3 ($field_desc) is $field_desc of type array{type:'double'|'int'|'linestring'|'multipoint'|'point'|'polygon'|'text'|'varchar'|string,value:''|'1'|'11'|'128'|'20'|'24\x2c8'|'255'|'64'|string,null:'NOT NULL'|'NULL',default:string} but \DoliDB::DDLUpdateField() takes array{type:string,label:string,enabled:int|string,position:int,notnull?:int,visible:int,noteditable?:int,default?:string,index?:int,foreignkey?:string,searchall?:int,isameasure?:int,css?:string,csslist?:string,help?:string,showoncombobox?:int,disabled?:int,arrayofkeyval?:array,comment?:string} defined at htdocs/core/db/Database.interface.php:402 |
htdocs/core/class/extrafields.class.php | 1943 | TypeError PhanTypeMismatchArgument Argument 3 ($preSelectedValue) is $value of type array{start:int,end:int}|string but \Form::selectForForms() takes int defined at htdocs/core/class/html.form.class.php:8653 |
htdocs/core/class/html.formcompany.class.php | 984 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof1 |
htdocs/core/class/html.formcompany.class.php | 985 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof1 |
htdocs/core/class/html.formcompany.class.php | 986 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof2 |
htdocs/core/class/html.formcompany.class.php | 987 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof2 |
htdocs/core/class/html.formcompany.class.php | 988 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof3 |
htdocs/core/class/html.formcompany.class.php | 989 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof3 |
htdocs/core/class/html.formcompany.class.php | 990 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof4 |
htdocs/core/class/html.formcompany.class.php | 991 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormCompany->idprof4 |
htdocs/core/class/html.formfile.class.php | 1074 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $file of type array{share:?''|?'0'|?0|?0.0|?array{}|?false|non-empty-string|string,date:non-empty-string|string,size:0|non-zero-int,rowid:0|non-zero-int,name:string,path:string,level1name:string,relativename:string,fullname:string,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,label:string} but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/core/class/html.formmail.class.php | 720 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->email_aliases |
htdocs/core/class/html.formmail.class.php | 957 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is [] of type array{} but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/core/class/html.formmail.class.php | 1405 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormMail->errorstomail |
htdocs/core/class/ldap.class.php | 545 | TypeError PhanTypeMismatchArgumentInternalProbablyReal Argument 1 ($ldap) is $this->connection of type resource but \ldap_unbind() takes \ldap\connection |
htdocs/core/class/notify.class.php | 681 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/notify.class.php | 696 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/notify.class.php | 1043 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/notify.class.php | 1046 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/notify.class.php | 1061 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/notify.class.php | 1362 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/class/openid.class.php | 391 | TypeError PhanTypeMismatchArgument Argument 1 ($content) is $response of type array{http_code:int,content:string,curl_error_no:int,curl_error_msg:string} but \SimpleOpenID::HTML2OpenIDServer() takes string defined at htdocs/core/class/openid.class.php:348 |
htdocs/core/class/rssparser.class.php | 816 | TypeError PhanTypeMismatchArgument Argument 1 ($str1) is $this->textinput[$el] of type array but \RssParser::concat() takes string defined at htdocs/core/class/rssparser.class.php:764 |
htdocs/core/class/rssparser.class.php | 818 | TypeError PhanTypeMismatchArgument Argument 1 ($str1) is $this->image[$el] of type array but \RssParser::concat() takes string defined at htdocs/core/class/rssparser.class.php:764 |
htdocs/core/class/timespent.class.php | 348 | UndefError PhanUndeclaredProperty Reference to undeclared property \TimeSpent->fk_soc |
htdocs/core/class/timespent.class.php | 348 | UndefError PhanUndeclaredProperty Reference to undeclared property \TimeSpent->socid |
htdocs/core/class/timespent.class.php | 870 | UndefError PhanUndeclaredProperty Reference to undeclared property \TimeSpent->label |
htdocs/core/class/timespent.class.php | 1025 | UndefError PhanUndeclaredMethod Call to undeclared method \CommonNumRefGenerator::getNextValue |
htdocs/core/db/Database.interface.php | 56 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/Database.interface.php | 96 | UndefError PhanUndeclaredTypeReturnType Return type of DDLCreateDb() is undeclared type \SQLite3Result |
htdocs/core/db/Database.interface.php | 123 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/Database.interface.php | 186 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/Database.interface.php | 270 | UndefError PhanUndeclaredTypeReturnType Return type of connect() is undeclared type \SQLite3 |
htdocs/core/db/Database.interface.php | 312 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/Database.interface.php | 420 | UndefError PhanUndeclaredTypeReturnType Return type of DDLDescTable() is undeclared type \SQLite3Result |
htdocs/core/db/Database.interface.php | 500 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/Database.interface.php | 533 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/DoliDB.class.php | 41 | UndefError PhanUndeclaredTypeProperty Property \DoliDB->db has undeclared type \SQLite3 |
htdocs/core/db/sqlite3.class.php | 47 | UndefError PhanUndeclaredTypeProperty Property \DoliDBSqlite3->_results has undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 327 | UndefError PhanUndeclaredTypeReturnType Return type of connect() is undeclared type \SQLite3 |
htdocs/core/db/sqlite3.class.php | 343 | UndefError PhanUndeclaredClassMethod Call to method __construct from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 362 | UndefError PhanUndeclaredClassMethod Call to method version from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 390 | UndefError PhanUndeclaredClassMethod Call to method close from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 407 | UndefError PhanUndeclaredTypeReturnType Return type of query() is undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 430 | UndefError PhanUndeclaredClassMethod Call to method querySingle from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 480 | UndefError PhanUndeclaredClassMethod Call to method query from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 485 | UndefError PhanUndeclaredClassMethod Call to method lastErrorMsg from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 522 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 530 | UndefError PhanUndeclaredClassMethod Call to method fetchArray from undeclared class \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 530 | UndefError PhanUndeclaredConstant Reference to undeclared constant \SQLITE3_ASSOC. This will cause a thrown Error in php 8.0+. |
htdocs/core/db/sqlite3.class.php | 545 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 553 | UndefError PhanUndeclaredClassMethod Call to method fetchArray from undeclared class \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 553 | UndefError PhanUndeclaredConstant Reference to undeclared constant \SQLITE3_ASSOC. This will cause a thrown Error in php 8.0+. |
htdocs/core/db/sqlite3.class.php | 564 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 572 | UndefError PhanUndeclaredClassMethod Call to method fetchArray from undeclared class \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 572 | UndefError PhanUndeclaredConstant Reference to undeclared constant \SQLITE3_NUM. This will cause a thrown Error in php 8.0+. |
htdocs/core/db/sqlite3.class.php | 587 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 596 | UndefError PhanUndeclaredClassProperty Reference to instance property queryString from undeclared class \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 598 | UndefError PhanUndeclaredClassMethod Call to method querySingle from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 598 | UndefError PhanUndeclaredClassProperty Reference to instance property queryString from undeclared class \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 611 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 624 | UndefError PhanUndeclaredClassMethod Call to method changes from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 634 | UndefError PhanUndeclaredTypeParameter Parameter $resultset has undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 642 | UndefError PhanUndeclaredClassMethod Call to method finalize from undeclared class \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 654 | UndefError PhanUndeclaredClassMethod Call to method escapeString from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 712 | UndefError PhanUndeclaredClassMethod Call to method lastErrorCode from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 763 | UndefError PhanUndeclaredClassMethod Call to method lastInsertRowId from undeclared class \SQLite3 |
htdocs/core/db/sqlite3.class.php | 852 | UndefError PhanUndeclaredTypeReturnType Return type of DDLCreateDb() is undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 1091 | UndefError PhanUndeclaredTypeReturnType Return type of DDLDescTable() is undeclared type \SQLite3Result |
htdocs/core/db/sqlite3.class.php | 1421 | UndefError PhanUndeclaredClassMethod Call to method createFunction from undeclared class \SQLite3 |
htdocs/core/lib/admin.lib.php | 948 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolibarrModules->id |
htdocs/core/lib/admin.lib.php | 950 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolibarrModules->id |
htdocs/core/lib/admin.lib.php | 955 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolibarrModules->id |
htdocs/core/lib/admin.lib.php | 961 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolibarrModules->id |
htdocs/core/lib/admin.lib.php | 1610 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolibarrModules->automatic_activation |
htdocs/core/lib/admin.lib.php | 1613 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolibarrModules->automatic_activation |
htdocs/core/lib/company.lib.php | 2101 | TypeError PhanTypeMismatchArgumentNullable Argument 2 ($objcon) is $objcon of type ?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler but \addMailingEventTypeSQL() takes object defined at htdocs/core/lib/company.lib.php:2705 (expected type to be non-nullable) |
htdocs/core/lib/files.lib.php | 1840 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date |
htdocs/core/lib/functions2.lib.php | 374 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->user_approve |
htdocs/core/lib/functions2.lib.php | 374 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->user_approve_id |
htdocs/core/lib/functions2.lib.php | 400 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->date_approval |
htdocs/core/lib/functions2.lib.php | 479 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->user_signature_id |
htdocs/core/lib/functions2.lib.php | 577 | UndefError PhanUndeclaredProperty Reference to undeclared property \Account->user_rappro |
htdocs/core/lib/functions2.lib.php | 578 | UndefError PhanUndeclaredProperty Reference to undeclared property \Account->user_rappro |
htdocs/core/lib/functions2.lib.php | 587 | UndefError PhanUndeclaredProperty Reference to undeclared property \Account->user_rappro |
htdocs/core/lib/functions2.lib.php | 587 | UndefError PhanUndeclaredProperty Reference to undeclared property \Account->user_rappro_id |
htdocs/core/lib/pdf.lib.php | 563 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($object) is $companytouseforaddress of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\DolDeprecationHandler|?\Societe but \dol_format_address() takes object defined at htdocs/core/lib/functions.lib.php:3453 (expected type to be non-nullable) |
htdocs/core/lib/pdf.lib.php | 1127 | TypeError PhanTypeMismatchArgument Argument 3 ($param2) is $outputlangs of type \Translate but \Translate::transnoentities() takes string defined at htdocs/core/class/translate.class.php:747 |
htdocs/core/lib/pdf.lib.php | 1751 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->socid |
htdocs/core/lib/pdf.lib.php | 1865 | UndefError PhanUndeclaredProperty Reference to undeclared property \Productbatch->fk_origin_stock |
htdocs/core/lib/pdf.lib.php | 1866 | UndefError PhanUndeclaredProperty Reference to undeclared property \Productbatch->fk_origin_stock |
htdocs/core/lib/pdf.lib.php | 1978 | UndefError PhanUndeclaredProperty Reference to undeclared property \ContratLigne->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 1979 | UndefError PhanUndeclaredProperty Reference to undeclared property \ContratLigne->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 1987 | UndefError PhanUndeclaredProperty Reference to undeclared property \ContratLigne->ref_supplier |
htdocs/core/lib/pdf.lib.php | 2157 | UndefError PhanUndeclaredProperty Reference to undeclared property \DeliveryLine->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 2158 | UndefError PhanUndeclaredProperty Reference to undeclared property \DeliveryLine->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 2197 | UndefError PhanUndeclaredProperty Reference to undeclared property \DeliveryLine->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 2198 | UndefError PhanUndeclaredProperty Reference to undeclared property \DeliveryLine->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 2237 | UndefError PhanUndeclaredProperty Reference to undeclared property \DeliveryLine->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 2238 | UndefError PhanUndeclaredProperty Reference to undeclared property \DeliveryLine->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 2278 | UndefError PhanUndeclaredProperty Reference to undeclared property \DeliveryLine->fk_parent_line |
htdocs/core/lib/pdf.lib.php | 2475 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->situation_percent |
htdocs/core/lib/pdf.lib.php | 2481 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->situation_percent |
htdocs/core/lib/pdf.lib.php | 2483 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->situation_percent |
htdocs/core/lib/pdf.lib.php | 2531 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->situation_percent |
htdocs/core/lib/pdf.lib.php | 2537 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->situation_percent |
htdocs/core/lib/pdf.lib.php | 2539 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->situation_percent |
htdocs/core/lib/product.lib.php | 754 | TypeError PhanTypeMismatchArgument Argument 4 ($action) is $nblines of type 0|1|int but \HookManager::executeHooks() takes string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/core/lib/product.lib.php | 874 | TypeError PhanTypeMismatchArgument Argument 4 ($action) is $nblines of type 0|1|int but \HookManager::executeHooks() takes string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/core/lib/project.lib.php | 1253 | UndefError PhanUndeclaredProperty Reference to undeclared property \Task->project_ref |
htdocs/core/lib/project.lib.php | 1254 | UndefError PhanUndeclaredProperty Reference to undeclared property \Task->project_label |
htdocs/core/lib/project.lib.php | 1259 | UndefError PhanUndeclaredProperty Reference to undeclared property \Task->task_id |
htdocs/core/lib/project.lib.php | 1259 | UndefError PhanUndeclaredProperty Reference to undeclared property \Task->task_ref |
htdocs/core/lib/project.lib.php | 1260 | UndefError PhanUndeclaredProperty Reference to undeclared property \Task->task_label |
htdocs/core/lib/xcal.lib.php | 395 | UndefError PhanUndeclaredProperty Reference to undeclared property \WebsitePage->fullpageurl |
htdocs/core/menus/standard/auguria.lib.php | 79 | TypeError PhanTypeMismatchArgument Argument 2 ($menuentry) is $newTabMenu[$i] of type array{rowid:string,fk_menu:string,langs:string,enabled:int,type:string,fk_mainmenu:string,fk_leftmenu:string,url:string,titre:string,perms:string,target:string,mainmenu:string,leftmenu:string,position:int,prefix:string} but \dol_auguria_showmenu() takes array{rowid:string,fk_menu:string,langs:string,enabled:int,type:string,fk_mainmenu:string,fk_leftmenu:string,url:string,titre:string,perms:string,target:string,mainmenu:string,leftmenu:string,position:int,level:int,prefix:string,module:string} defined at htdocs/core/menus/standard/auguria.lib.php:704 |
htdocs/core/menus/standard/auguria.lib.php | 367 | TypeError PhanTypeMismatchArgument Argument 6 ($tabMenu) is $tabMenu of type array{rowid:string,fk_menu:string,langs:string,enabled:int,type:string,fk_mainmenu:string,fk_leftmenu:string,url:string,titre:string,perms:string,target:string,mainmenu:string,leftmenu:string,position:int,level:int,prefix:string}[] but \Menubase::menuLeftCharger() takes array{rowid:string,fk_menu:string,module:string,langs:string,enabled:int,type:string,fk_mainmenu:string,fk_leftmenu:string,url:string,titre:string,perms:string,target:string,mainmenu:string,leftmenu:string,position:int,level?:int,prefix:string}[] defined at htdocs/core/class/menubase.class.php:548 |
htdocs/core/menus/standard/auguria.lib.php | 508 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $hook_items of type array[]|array[]|array{rowid:string,fk_menu:string,langs:string,enabled:int,type:string,fk_mainmenu:string,fk_leftmenu:string,url:string,titre:string,perms:string,target:string,mainmenu:string,leftmenu:string,position:int,level:int,prefix:string}[]|array{url:string,titre:string,enabled:int,target:string,mainmenu:string,leftmenu:string,position:int,level?:int,id:string,idsel:string,classname:string,prefix?:string}[]|list|list|non-empty-array|non-empty-array|non-empty-array|non-empty-array|non-empty-array|non-empty-list|non-empty-list but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/core/menus/standard/auguria.lib.php | 508 | TypeError PhanTypeMismatchArgument Argument 3 ($object) is $hook_items of type array[]|array[]|array{rowid:string,fk_menu:string,langs:string,enabled:int,type:string,fk_mainmenu:string,fk_leftmenu:string,url:string,titre:string,perms:string,target:string,mainmenu:string,leftmenu:string,position:int,level:int,prefix:string}[]|array{url:string,titre:string,enabled:int,target:string,mainmenu:string,leftmenu:string,position:int,level?:int,id:string,idsel:string,classname:string,prefix?:string}[]|list|list|non-empty-array|non-empty-array|non-empty-list|non-empty-list but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 |
htdocs/core/modules/asset/mod_asset_advanced.php | 136 | UndefError PhanUndeclaredProperty Reference to undeclared property \Asset->date |
htdocs/core/modules/barcode/mod_barcode_product_standard.php | 211 | TypeError PhanTypeMismatchArgument Argument 2 ($type) is $type of type non-empty-string|string but \mod_barcode_product_standard::literalBarcodeType() takes int defined at htdocs/core/modules/barcode/mod_barcode_product_standard.php:146 |
htdocs/core/modules/barcode/mod_barcode_thirdparty_standard.php | 235 | TypeError PhanTypeMismatchArgument Argument 2 ($type) is $type of type non-empty-string|string but \mod_barcode_thirdparty_standard::literalBarcodeType() takes int defined at htdocs/core/modules/barcode/mod_barcode_thirdparty_standard.php:176 |
htdocs/core/modules/bom/mod_bom_advanced.php | 110 | TypeError PhanTypeMismatchArgument Argument 1 ($objprod) is $mysoc of type \CommonIncoterm|\CommonObject|\CommonPeople|\CommonSocialNetworks|\DolDeprecationHandler|\Societe but \mod_bom_advanced::getNextValue() takes \Product defined at htdocs/core/modules/bom/mod_bom_advanced.php:127 |
htdocs/core/modules/bom/mod_bom_advanced.php | 141 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOM->date |
htdocs/core/modules/bom/mod_bom_advanced.php | 141 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOM->date_bom |
htdocs/core/modules/cheque/doc/pdf_blochet.class.php | 212 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 2 ($object) is null of type null but \BordereauChequeBlochet::_pagefoot() takes \CommonObject (no real type) defined at htdocs/core/modules/cheque/doc/pdf_blochet.class.php:433 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/core/modules/cheque/modules_chequereceipts.php | 173 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $id of type int but \ModeleChequeReceipts::write_file() takes \RemiseCheque defined at htdocs/core/modules/cheque/modules_chequereceipts.php:126 |
htdocs/core/modules/cheque/modules_chequereceipts.php | 173 | TypeError PhanTypeMismatchArgument Argument 2 ($_dir) is $outputlangs of type \Translate but \ModeleChequeReceipts::write_file() takes string defined at htdocs/core/modules/cheque/modules_chequereceipts.php:126 |
htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 537 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 538 | TypeError PhanTypeMismatchProperty Assigning ($localtax1ligne as a field) of type array|array to property but \pdf_einstein->localtax1 is array |
htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 544 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 545 | TypeError PhanTypeMismatchProperty Assigning ($localtax2ligne as a field) of type array|array to property but \pdf_einstein->localtax2 is array |
htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 754 | UndefError PhanUndeclaredProperty Reference to undeclared property \Commande->cond_reglement_label |
htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 976 | UndefError PhanUndeclaredProperty Reference to undeclared property \Commande->remise |
htdocs/core/modules/commande/doc/pdf_einstein.modules.php | 1556 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 564 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->pagebreak |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 743 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 744 | TypeError PhanTypeMismatchProperty Assigning ($localtax1ligne as a field) of type array|array to property but \pdf_eratosthene->localtax1 is array |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 750 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 751 | TypeError PhanTypeMismatchProperty Assigning ($localtax2ligne as a field) of type array|array to property but \pdf_eratosthene->localtax2 is array |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 971 | UndefError PhanUndeclaredProperty Reference to undeclared property \Commande->cond_reglement_label |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 1059 | TypeError PhanTypeMismatchArgument Argument 1 ($id) is getDolGlobalString('FACTURE_CHQ_NUMBER') of type string but \Account::fetch() takes int defined at htdocs/compta/bank/class/account.class.php:1088 |
htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php | 1191 | UndefError PhanUndeclaredProperty Reference to undeclared property \Commande->remise |
htdocs/core/modules/contract/doc/pdf_strato.modules.php | 388 | TypeError PhanTypeMismatchArgument Argument 8 ($fill) is 0 of type 0 but \TCPDF::writeHTMLCell() takes bool|false defined at htdocs/includes/tecnickcom/tcpdf/tcpdf.php:17310 |
htdocs/core/modules/contract/doc/pdf_strato.modules.php | 395 | TypeError PhanTypeMismatchArgument Argument 8 ($fill) is 0 of type 0 but \TCPDF::writeHTMLCell() takes bool|false defined at htdocs/includes/tecnickcom/tcpdf/tcpdf.php:17310 |
htdocs/core/modules/contract/doc/pdf_strato.modules.php | 789 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/delivery/doc/pdf_storm.modules.php | 823 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/delivery/doc/pdf_typhon.modules.php | 839 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/delivery/mod_delivery_saphir.php | 150 | UndefError PhanUndeclaredProperty Reference to undeclared property \Delivery->delivery_date |
htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php | 421 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $socobject of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\DolDeprecationHandler|?\Societe|\CommonIncoterm|\CommonObject|\CommonPeople|\CommonSocialNetworks|\DolDeprecationHandler|\Societe|null but \doc_generic_shipment_odt::get_substitutionarray_contact() takes \Contact defined at htdocs/core/class/commondocgenerator.class.php:555 |
htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php | 421 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $socobject of type \CommonIncoterm|\CommonObject|\CommonPeople|\CommonSocialNetworks|\DolDeprecationHandler|\Societe|null but \doc_generic_shipment_odt::get_substitutionarray_contact() takes \Contact defined at htdocs/core/class/commondocgenerator.class.php:555 |
htdocs/core/modules/expedition/doc/pdf_espadon.modules.php | 933 | TypeError PhanTypeMismatchArgument Argument 4 ($columnText) is $totalToShip of type float|non-zero-int but \pdf_espadon::printStdColumnContent() takes string defined at htdocs/core/class/commondocgenerator.class.php:1566 |
htdocs/core/modules/expedition/doc/pdf_espadon.modules.php | 1237 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/expedition/doc/pdf_merou.modules.php | 676 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php | 1127 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/expensereport/doc/pdf_standard_expensereport.modules.php | 755 | UndefError PhanUndeclaredProperty Reference to undeclared property \Societe->tel |
htdocs/core/modules/expensereport/doc/pdf_standard_expensereport.modules.php | 884 | UndefError PhanUndeclaredProperty Reference to undeclared property \ExpenseReport->fk_user_paid |
htdocs/core/modules/expensereport/doc/pdf_standard_expensereport.modules.php | 886 | UndefError PhanUndeclaredProperty Reference to undeclared property \ExpenseReport->fk_user_paid |
htdocs/core/modules/expensereport/doc/pdf_standard_expensereport.modules.php | 892 | UndefError PhanUndeclaredProperty Reference to undeclared property \ExpenseReport->date_paiement |
htdocs/core/modules/facture/doc/pdf_crabe.modules.php | 1530 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->remise |
htdocs/core/modules/facture/doc/pdf_octopus.modules.php | 1680 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->remise |
htdocs/core/modules/facture/doc/pdf_octopus.modules.php | 3535 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->remise |
htdocs/core/modules/facture/doc/pdf_octopus.modules.php | 3620 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->remise |
htdocs/core/modules/facture/doc/pdf_octopus.modules.php | 3805 | TypeError PhanTypeMismatchArgument Argument 1 ($string) is $payment['date'] of type int but \DoliDB::jdate() takes string defined at htdocs/core/db/DoliDB.class.php:386 |
htdocs/core/modules/facture/doc/pdf_octopus.modules.php | 3845 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->remise |
htdocs/core/modules/facture/doc/pdf_sponge.modules.php | 710 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureLigne->pagebreak |
htdocs/core/modules/facture/doc/pdf_sponge.modules.php | 1785 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->remise |
htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php | 680 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/holiday/mod_holiday_immaculate.php | 100 | TypeError PhanTypeMismatchArgument Argument 1 ($objsoc) is $user of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \mod_holiday_immaculate::getNextValue() takes ?\Societe defined at htdocs/core/modules/holiday/mod_holiday_immaculate.php:117 |
htdocs/core/modules/hrm/doc/pdf_standard_evaluation.modules.php | 506 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->rankorder |
htdocs/core/modules/hrm/doc/pdf_standard_evaluation.modules.php | 509 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->rankorder |
htdocs/core/modules/hrm/doc/pdf_standard_evaluation.modules.php | 512 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->rankorder |
htdocs/core/modules/hrm/doc/pdf_standard_evaluation.modules.php | 516 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->rankorder |
htdocs/core/modules/hrm/doc/pdf_standard_evaluation.modules.php | 520 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->rankorder |
htdocs/core/modules/hrm/doc/pdf_standard_evaluation.modules.php | 526 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->rankorder |
htdocs/core/modules/hrm/doc/pdf_standard_evaluation.modules.php | 530 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->rankorder |
htdocs/core/modules/hrm/mod_evaluation_advanced.php | 145 | UndefError PhanUndeclaredProperty Reference to undeclared property \SkillRank->date |
htdocs/core/modules/import/import_csv.modules.php | 281 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($string) is $val of type ?string but \dol_strlen() takes string defined at htdocs/core/lib/functions.lib.php:5019 (expected type to be non-nullable) |
htdocs/core/modules/import/import_csv.modules.php | 284 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($string) is $val of type ?string but \dol_strlen() takes string defined at htdocs/core/lib/functions.lib.php:5019 (expected type to be non-nullable) |
htdocs/core/modules/import/import_csv.modules.php | 287 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($str) is $val of type ?string but \utf8_check() takes string defined at htdocs/core/lib/functions.lib.php:10576 (expected type to be non-nullable) |
htdocs/core/modules/import/import_csv.modules.php | 289 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($string) is $val of type ?string but \dol_strlen() takes string defined at htdocs/core/lib/functions.lib.php:5019 (expected type to be non-nullable) |
htdocs/core/modules/import/import_csv.modules.php | 292 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($string) is $val of type ?string but \dol_strlen() takes string defined at htdocs/core/lib/functions.lib.php:5019 (expected type to be non-nullable) |
htdocs/core/modules/import/import_csv.modules.php | 354 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('EmptyLine') as a field) of type array to property but \ImportCsv->warnings is string[] |
htdocs/core/modules/import/import_csv.modules.php | 355 | TypeError PhanTypeMismatchProperty Assigning ('EMPTY' as a field) of type array to property but \ImportCsv->warnings is string[] |
htdocs/core/modules/import/import_csv.modules.php | 421 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorMissingMandatoryValue', $key) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 422 | TypeError PhanTypeMismatchProperty Assigning ('NOTNULL' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 485 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorMultipleRecordFoundFromRef', $newval) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 486 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 503 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldValueNotIn', num2Alpha(($key - 1)), $newval, 'code', $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['dict'])) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 505 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldRefNotIn', num2Alpha(($key - 1)), $newval, $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['element'])) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 507 | TypeError PhanTypeMismatchProperty Assigning ('ErrorBadDefinitionOfImportProfile' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 509 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 545 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldValueNotIn', num2Alpha(($key - 1)), $newval, 'scale', $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['dict'])) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 547 | TypeError PhanTypeMismatchProperty Assigning ('ErrorFieldValueNotIn' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 549 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 582 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldValueNotIn', num2Alpha(($key - 1)), $newval, 'scale', $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['dict'])) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 584 | TypeError PhanTypeMismatchProperty Assigning ('ErrorFieldValueNotIn' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 586 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 677 | TypeError PhanTypeMismatchProperty Assigning ('CLASSERROR' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 678 | TypeError PhanTypeMismatchProperty Assigning (implode("\n", array_merge([$classinstance->error], $classinstance->errors)) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 741 | TypeError PhanTypeMismatchProperty Assigning ($langs->transnoentitiesnoconv('ErrorFieldValueNotIn', num2Alpha(($key - 1)), $newval, $field, $tableforerror) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 742 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 749 | TypeError PhanTypeMismatchProperty Assigning ($langs->transnoentitiesnoconv('ErrorWrongValueForField', num2Alpha(($key - 1)), $newval, $objimport->array_import_regex[0][$val]) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 750 | TypeError PhanTypeMismatchProperty Assigning ('REGEX' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 759 | TypeError PhanTypeMismatchProperty Assigning ($langs->transnoentitiesnoconv('ErrorHtmlInjectionForField', num2Alpha(($key - 1)), dol_trunc($newval, 100)) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 760 | TypeError PhanTypeMismatchProperty Assigning ('HTMLINJECTION' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 847 | UndefError PhanPossiblyUndeclaredVariable Variable $key is possibly undeclared |
htdocs/core/modules/import/import_csv.modules.php | 864 | TypeError PhanTypeMismatchProperty Assigning ('CLASSERROR' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 865 | TypeError PhanTypeMismatchProperty Assigning (implode("\n", array_merge([$classinstance->error], $classinstance->errors)) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 875 | TypeError PhanTypeMismatchProperty Assigning ((('Bad value of profile setup ' . $tmpval) . ' for array_import_fieldshidden') as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 876 | TypeError PhanTypeMismatchProperty Assigning ('Import profile setup' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 943 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('MultipleRecordFoundWithTheseFilters', implode(', ', $filters)) as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 944 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 951 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 952 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 984 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 985 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 1031 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 1032 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 1071 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_csv.modules.php | 1072 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportCsv->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 420 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('EmptyLine') as a field) of type array to property but \ImportXlsx->warnings is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 421 | TypeError PhanTypeMismatchProperty Assigning ('EMPTY' as a field) of type array to property but \ImportXlsx->warnings is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 486 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorMissingMandatoryValue', num2Alpha(($key - 1))) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 487 | TypeError PhanTypeMismatchProperty Assigning ('NOTNULL' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 547 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorMultipleRecordFoundFromRef', $newval) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 548 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 566 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldValueNotIn', $key, $newval, 'code', $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['dict'])) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 569 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldRefNotIn', $key, $newval, $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['element'])) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 571 | TypeError PhanTypeMismatchProperty Assigning ('ErrorBadDefinitionOfImportProfile' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 573 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 610 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldValueNotIn', $key, $newval, 'scale', $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['dict'])) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 612 | TypeError PhanTypeMismatchProperty Assigning ('ErrorFieldValueNotIn' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 614 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 648 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('ErrorFieldValueNotIn', $key, $newval, 'scale', $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$val]['dict'])) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 650 | TypeError PhanTypeMismatchProperty Assigning ('ErrorFieldValueNotIn' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 652 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 743 | TypeError PhanTypeMismatchProperty Assigning ('CLASSERROR' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 744 | TypeError PhanTypeMismatchProperty Assigning (implode("\n", array_merge([$classinstance->error], $classinstance->errors)) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 808 | TypeError PhanTypeMismatchProperty Assigning ($langs->transnoentitiesnoconv('ErrorFieldValueNotIn', $key, $newval, $field, $tableforerror) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 809 | TypeError PhanTypeMismatchProperty Assigning ('FOREIGNKEY' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 817 | TypeError PhanTypeMismatchProperty Assigning ($langs->transnoentitiesnoconv('ErrorWrongValueForField', $key, $newval, $objimport->array_import_regex[0][$val]) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 818 | TypeError PhanTypeMismatchProperty Assigning ('REGEX' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 828 | TypeError PhanTypeMismatchProperty Assigning ($langs->transnoentitiesnoconv('ErrorHtmlInjectionForField', $key, dol_trunc($newval, 100)) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 829 | TypeError PhanTypeMismatchProperty Assigning ('HTMLINJECTION' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 932 | TypeError PhanTypeMismatchProperty Assigning ('CLASSERROR' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 934 | TypeError PhanTypeMismatchProperty Assigning (implode("\n", array_merge([$classinstance->error], $classinstance->errors)) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 939 | TypeError PhanTypeMismatchProperty Assigning (('Unexpected rule ' . $objimport->array_import_convertvalue[0][$fieldname]['rule']) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 948 | TypeError PhanTypeMismatchProperty Assigning ((('Bad value of profile setup ' . $val) . ' for array_import_fieldshidden') as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 949 | TypeError PhanTypeMismatchProperty Assigning ('Import profile setup' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1020 | TypeError PhanTypeMismatchProperty Assigning ($langs->trans('MultipleRecordFoundWithTheseFilters', implode(', ', $filters)) as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1021 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1028 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1029 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1062 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1063 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1109 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1110 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1149 | TypeError PhanTypeMismatchProperty Assigning ($this->db->lasterror() as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/import/import_xlsx.modules.php | 1150 | TypeError PhanTypeMismatchProperty Assigning ('SQL' as a field) of type array to property but \ImportXlsx->errors is string[] |
htdocs/core/modules/member/modules_cards.php | 152 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $arrayofmembers of type array{textleft:string,textheader:string,textfooter:string,textright:string,id:int,ref:string,photo:string}[] but \ModelePDFMember::write_file() takes \Adherent defined at htdocs/core/modules/member/modules_member.class.php:73 |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 677 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->cond_reglement_code |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 677 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->cond_reglement_doc |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 677 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->cond_reglement_label |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 693 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->mode_reglement |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 693 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->mode_reglement_code |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 744 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->remise |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 1050 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->ref_supplier |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 1055 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->ref_supplier |
htdocs/core/modules/mrp/doc/pdf_vinci.modules.php | 1141 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->delivery_date |
htdocs/core/modules/mrp/mod_mo_advanced.php | 146 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->date |
htdocs/core/modules/mrp/mod_mo_advanced.php | 146 | UndefError PhanUndeclaredProperty Reference to undeclared property \Mo->date_mo |
htdocs/core/modules/oauth/github_oauthcallback.php | 165 | UndefError PhanUndeclaredGlobalVariable Global variable $state is undeclared |
htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php | 686 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_soc |
htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php | 623 | UndefError PhanUndeclaredProperty Reference to undeclared property \Project->fk_soc |
htdocs/core/modules/propale/doc/pdf_azur.modules.php | 1012 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->cond_reglement_label |
htdocs/core/modules/propale/doc/pdf_azur.modules.php | 1171 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->remise |
htdocs/core/modules/propale/doc/pdf_azur.modules.php | 1773 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/propale/doc/pdf_cyan.modules.php | 567 | UndefError PhanUndeclaredProperty Reference to undeclared property \PropaleLigne->pagebreak |
htdocs/core/modules/propale/doc/pdf_cyan.modules.php | 1113 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->cond_reglement_label |
htdocs/core/modules/propale/doc/pdf_cyan.modules.php | 1278 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->remise |
htdocs/core/modules/propale/doc/pdf_cyan.modules.php | 1847 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/reception/doc/pdf_squille.modules.php | 341 | UndefError PhanUndeclaredProperty Reference to undeclared property \Reception->reception_method_id |
htdocs/core/modules/reception/doc/pdf_squille.modules.php | 343 | UndefError PhanUndeclaredProperty Reference to undeclared property \Reception->shipment_method_id |
htdocs/core/modules/reception/doc/pdf_squille.modules.php | 1008 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->ref_client |
htdocs/core/modules/reception/doc/pdf_squille.modules.php | 1083 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 397 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->tracking_number |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 406 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->tracking_number |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 406 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->tracking_url |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 411 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->tracking_number |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 411 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->tracking_url |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 826 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->trueDepth |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 826 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->trueHeight |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 826 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->trueWidth |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 827 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->trueDepth |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 827 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->trueHeight |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 827 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->trueWidth |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 828 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->size_units |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 838 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->trueWeight |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 838 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransfer->weight_units |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 1135 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->ref_client |
htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php | 1142 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date |
htdocs/core/modules/stocktransfer/mod_stocktransfer_advanced.php | 146 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransferLine->date |
htdocs/core/modules/supplier_invoice/doc/pdf_canelle.modules.php | 498 | TypeError PhanTypeMismatchProperty Assigning (0 as a field) of type array to property but \pdf_canelle->localtax1 is array |
htdocs/core/modules/supplier_invoice/doc/pdf_canelle.modules.php | 501 | TypeError PhanTypeMismatchProperty Assigning (0 as a field) of type array to property but \pdf_canelle->localtax2 is array |
htdocs/core/modules/supplier_invoice/doc/pdf_canelle.modules.php | 504 | TypeError PhanTypeMismatchProperty Assigning ($this->localtax1 as a field) of type array|array to property but \pdf_canelle->localtax1 is array |
htdocs/core/modules/supplier_invoice/doc/pdf_canelle.modules.php | 505 | TypeError PhanTypeMismatchProperty Assigning ($this->localtax2 as a field) of type array|array to property but \pdf_canelle->localtax2 is array |
htdocs/core/modules/supplier_invoice/doc/pdf_canelle.modules.php | 1236 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php | 716 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php | 717 | TypeError PhanTypeMismatchProperty Assigning ($localtax1ligne as a field) of type array|array to property but \pdf_cornas->localtax1 is array |
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php | 723 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php | 724 | TypeError PhanTypeMismatchProperty Assigning ($localtax2ligne as a field) of type array|array to property but \pdf_cornas->localtax2 is array |
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php | 973 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->remise |
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php | 1438 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php | 573 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php | 574 | TypeError PhanTypeMismatchProperty Assigning ($localtax1ligne as a field) of type array|array to property but \pdf_muscadet->localtax1 is array |
htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php | 580 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php | 581 | TypeError PhanTypeMismatchProperty Assigning ($localtax2ligne as a field) of type array|array to property but \pdf_muscadet->localtax2 is array |
htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php | 832 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->remise |
htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php | 1331 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php | 559 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php | 560 | TypeError PhanTypeMismatchProperty Assigning ($localtax1ligne as a field) of type array|array to property but \pdf_aurore->localtax1 is array |
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php | 566 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php | 567 | TypeError PhanTypeMismatchProperty Assigning ((float)($localtax2ligne) as a field) of type array to property but \pdf_aurore->localtax2 is array |
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php | 911 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposal->remise |
htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php | 1387 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $socname of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php | 694 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php | 695 | TypeError PhanTypeMismatchProperty Assigning ($localtax1ligne as a field) of type array|array to property but \pdf_zenith->localtax1 is array |
htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php | 701 | TypeError PhanTypeMismatchDimFetch When fetching an array index from a value of type array, found an array index of type non-empty-string, but expected the index to be of type int |
htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php | 702 | TypeError PhanTypeMismatchProperty Assigning ((float)($localtax2ligne) as a field) of type array to property but \pdf_zenith->localtax2 is array |
htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php | 885 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposal->cond_reglement_label |
htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php | 952 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposal->remise |
htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php | 1404 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($thirdparty) is $thirdparty of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \pdfBuildThirdpartyName() takes \Contact|\Societe defined at htdocs/core/lib/pdf.lib.php:391 (expected type to be non-nullable) |
htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php | 366 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($object) is $socobject of type ?\CommonIncoterm|?\CommonObject|?\CommonPeople|?\CommonSocialNetworks|?\Contact|?\DolDeprecationHandler|?\Societe but \doc_generic_user_odt::get_substitutionarray_thirdparty() takes \Societe defined at htdocs/core/class/commondocgenerator.class.php:484 (expected type to be non-nullable) |
htdocs/core/modules/workstation/mod_workstation_advanced.php | 146 | UndefError PhanUndeclaredProperty Reference to undeclared property \Workstation->date |
htdocs/core/multicompany_page.php | 123 | TypeError PhanTypeMismatchArgument Argument 1 ($login) is true of type true but \ActionsMulticompany::getEntitiesList() takes string defined at /home/dolibarr/preview.dolibarr.org/dolibarr/dev/tools/phan/stubs/multicompany.php:29 |
htdocs/core/tpl/extrafields_view.tpl.php | 58 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_soc |
htdocs/core/tpl/massactions_pre.tpl.php | 233 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_soc |
htdocs/core/tpl/massactions_pre.tpl.php | 239 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_user_author |
htdocs/core/tpl/massactions_pre.tpl.php | 281 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_member |
htdocs/core/tpl/massactions_pre.tpl.php | 396 | TypeError PhanTypeMismatchArgumentNullable Argument 7 ($object) is $objecttmp of type ?\CommonObject|?\DolDeprecationHandler but \ExtraFields::showInputField() takes \CommonObject|int defined at htdocs/core/class/extrafields.class.php:1094 (expected type to be non-nullable) |
htdocs/core/tpl/massactions_pre.tpl.php | 436 | TypeError PhanTypeMismatchArgumentNullable Argument 4 ($object) is $object of type ?\CommonObject|?\DolDeprecationHandler but \Form::editfieldkey() takes object defined at htdocs/core/class/html.form.class.php:120 (expected type to be non-nullable) |
htdocs/core/tpl/massactions_pre.tpl.php | 445 | TypeError PhanTypeMismatchArgumentNullable Argument 4 ($object) is $object of type ?\CommonObject|?\DolDeprecationHandler but \Form::editfieldkey() takes object defined at htdocs/core/class/html.form.class.php:120 (expected type to be non-nullable) |
htdocs/core/tpl/objectline_create.tpl.php | 450 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($extrafields) is $extrafields of type ?''|?'0'|?0|?0.0|?\Extrafields|?array{}|?false but \OrderLine::showOptionals() takes \Extrafields defined at htdocs/core/class/commonobject.class.php:9227 (expected type to be non-nullable) |
htdocs/core/tpl/objectline_view.tpl.php | 468 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposalLine->tva |
htdocs/core/tpl/objectline_view.tpl.php | 469 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposalLine->pu |
htdocs/core/tpl/objectline_view.tpl.php | 469 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposalLine->txtva |
htdocs/core/tpl/objectline_view.tpl.php | 474 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposalLine->tva |
htdocs/core/tpl/objectline_view.tpl.php | 475 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposalLine->pu |
htdocs/core/tpl/objectline_view.tpl.php | 475 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposalLine->txtva |
htdocs/core/tpl/passwordreset.tpl.php | 230 | UndefError PhanUndeclaredGlobalVariable Global variable $newpass1 is undeclared |
htdocs/core/tpl/passwordreset.tpl.php | 237 | UndefError PhanUndeclaredGlobalVariable Global variable $newpass2 is undeclared |
htdocs/core/tpl/resource_view.tpl.php | 78 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->type_label |
htdocs/core/tpl/resource_view.tpl.php | 96 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->type_label |
htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php | 559 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_soc |
htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php | 591 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_soc |
htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php | 593 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->fk_contract |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 891 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->cancel_note |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1139 | UndefError PhanUndeclaredProperty Reference to undeclared property \Subscription->fk_soc |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1140 | UndefError PhanUndeclaredProperty Reference to undeclared property \Subscription->fk_soc |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1170 | UndefError PhanUndeclaredProperty Reference to undeclared property \Subscription->fk_soc |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1171 | UndefError PhanUndeclaredProperty Reference to undeclared property \Subscription->fk_soc |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1202 | UndefError PhanUndeclaredProperty Reference to undeclared property \Subscription->fk_soc |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1203 | UndefError PhanUndeclaredProperty Reference to undeclared property \Subscription->fk_soc |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1622 | UndefError PhanUndeclaredProperty Reference to undeclared property \ActionComm->email_date |
htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php | 1623 | UndefError PhanUndeclaredProperty Reference to undeclared property \ActionComm->email_date |
htdocs/datapolicy/class/datapolicycron.class.php | 519 | TypeError PhanTypeMismatchArgument Argument 1 ($id) is $user of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \Societe::delete() takes int defined at htdocs/societe/class/societe.class.php:2256 |
htdocs/delivery/class/delivery.class.php | 569 | UndefError PhanUndeclaredProperty Reference to undeclared property \ExpeditionLigne->label |
htdocs/don/admin/donation.php | 255 | UndefError PhanUndeclaredMethod Call to undeclared method \ModeleDon::isEnabled |
htdocs/don/class/don.class.php | 1119 | ParamError PhanParamTooMany Call with 6 arg(s) to \ModeleDon::write_file(\Don $don, \Translate $outputlangs, string $currency = '') which only takes 3 arg(s) defined at htdocs/core/modules/dons/modules_don.php:68 |
htdocs/don/document.php | 160 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/don/info.php | 112 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/don/list.php | 579 | TypeError PhanTypeMismatchProperty Assigning $obj->societe of type \stdClass to property but \Don->societe is string |
htdocs/don/note.php | 131 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/emailcollector/class/emailcollector.class.php | 2310 | UndefError PhanUndeclaredProperty Reference to undeclared property \Societe->fk_socpeople |
htdocs/emailcollector/class/emailcollector.class.php | 2357 | UndefError PhanUndeclaredProperty Reference to undeclared property \Project->fk_contact |
htdocs/emailcollector/class/emailcollector.class.php | 2360 | UndefError PhanUndeclaredProperty Reference to undeclared property \Project->fk_soc |
htdocs/eventorganization/class/conferenceorboothattendee.class.php | 406 | UndefError PhanUndeclaredProperty Reference to undeclared property \ConferenceOrBoothAttendee->socid |
htdocs/eventorganization/class/conferenceorboothattendee.class.php | 1062 | UndefError PhanUndeclaredMethod Call to undeclared method \CommonNumRefGenerator::getNextValue |
htdocs/eventorganization/class/conferenceorboothattendee.class.php | 1181 | UndefError PhanUndeclaredProperty Reference to undeclared property \ConferenceOrBoothAttendee->company |
htdocs/eventorganization/class/conferenceorboothattendee.class.php | 1181 | UndefError PhanUndeclaredProperty Reference to undeclared property \ConferenceOrBoothAttendee->nom |
htdocs/eventorganization/class/conferenceorboothattendee.class.php | 1181 | UndefError PhanUndeclaredProperty Reference to undeclared property \ConferenceOrBoothAttendee->societe |
htdocs/eventorganization/conferenceorbooth_list.php | 471 | TypeError PhanTypeMismatchArgument Argument 3 ($preselected) is ($project->accept_conference_suggestions ? 1 : 0) of type 0|1 but \Form::editfieldkey() takes string defined at htdocs/core/class/html.form.class.php:120 |
htdocs/eventorganization/conferenceorbooth_list.php | 479 | TypeError PhanTypeMismatchArgument Argument 3 ($preselected) is ($project->accept_booth_suggestions ? 1 : 0) of type 0|1 but \Form::editfieldkey() takes string defined at htdocs/core/class/html.form.class.php:120 |
htdocs/eventorganization/core/actions_massactions_mail.inc.php | 185 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->email_aliases |
htdocs/expedition/card.php | 319 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureLigne->product_tobatch |
htdocs/expedition/card.php | 1064 | UndefError PhanUndeclaredProperty Reference to undeclared property \Facture->date_shipping |
htdocs/expedition/card.php | 2767 | UndefError PhanUndeclaredGlobalVariable Global variable $rowExtrafieldsView is undeclared |
htdocs/expedition/card.php | 2768 | UndefError PhanUndeclaredGlobalVariable Global variable $rowEnd is undeclared |
htdocs/expedition/class/expedition.class.php | 1159 | UndefError PhanUndeclaredProperty Reference to undeclared property \Expedition->fk_user_valid |
htdocs/expedition/class/expedition.class.php | 1161 | UndefError PhanUndeclaredProperty Reference to undeclared property \Expedition->fk_user_valid |
htdocs/expensereport/card.php | 2232 | UndefError PhanUndeclaredProperty Reference to undeclared property \ExpenseReportLine->value_unit_ht |
htdocs/expensereport/card.php | 2446 | UndefError PhanUndeclaredProperty Reference to undeclared property \ExpenseReportLine->value_unit_ht |
htdocs/expensereport/class/expensereport.class.php | 1218 | TypeError PhanTypeMismatchArgumentNullable Argument 2 ($user) is $user of type ?\CommonObject|?\CommonPeople|?\DolDeprecationHandler|?\User but \ExpenseReport::call_trigger() takes \User defined at htdocs/core/class/commonobject.class.php:6266 (expected type to be non-nullable) |
htdocs/expensereport/class/expensereport.class.php | 1683 | TypeError PhanTypeMismatchArgument Argument 1 ($param) is $this->date_cancel of type string but \DoliDB::idate() takes int defined at htdocs/core/db/DoliDB.class.php:160 |
htdocs/expensereport/class/expensereport.class.php | 2023 | TypeError PhanTypeMismatchArgument Argument 2 ($seller) is $seller of type \CommonIncoterm|\CommonObject|\CommonPeople|\CommonSocialNetworks|\DolDeprecationHandler|\Societe but \ExpenseReport::checkRules() takes string defined at htdocs/expensereport/class/expensereport.class.php:2055 |
htdocs/expensereport/payment/card.php | 127 | UndefError PhanUndeclaredGlobalVariable Global variable $outputlangs is undeclared |
htdocs/expensereport/payment/info.php | 75 | UndefError PhanUndeclaredGlobalVariable Global variable $linkback is undeclared |
htdocs/expensereport/tpl/linkedobjectblock.tpl.php | 46 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date_debut |
htdocs/externalsite/frames.php | 129 | UndefError PhanUndeclaredGlobalVariable Global variable $heightforframes is undeclared |
htdocs/fichinter/card-rec.php | 540 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/fichinter/class/api_interventions.class.php | 296 | UndefError PhanUndeclaredProperty Reference to undeclared property \Fichinter->date |
htdocs/fichinter/class/fichinterrec.class.php | 257 | UndefError PhanUndeclaredProperty Reference to undeclared property \FichinterLigne->label |
htdocs/fichinter/tpl/linkedobjectblock.tpl.php | 53 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->datev |
htdocs/filefunc.inc.php | 431 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_lib_TCPDF_PATH is undeclared |
htdocs/filefunc.inc.php | 434 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_lib_TCPDI_PATH is undeclared |
htdocs/filefunc.inc.php | 437 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_lib_NUSOAP_PATH is undeclared |
htdocs/filefunc.inc.php | 440 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_lib_PHPEXCELNEW_PATH is undeclared |
htdocs/filefunc.inc.php | 443 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_lib_ODTPHP_PATH is undeclared |
htdocs/filefunc.inc.php | 446 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_lib_ODTPHP_PATHTOPCLZIP is undeclared |
htdocs/filefunc.inc.php | 452 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_js_JQUERY is undeclared |
htdocs/filefunc.inc.php | 455 | UndefError PhanUndeclaredGlobalVariable Global variable $dolibarr_js_JQUERY_UI is undeclared |
htdocs/fourn/class/api_supplier_orders.class.php | 372 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 1 ($object) is $contacts of type array{}|list (real type ?array|?array{}) but \SupplierOrders::_cleanObjectDatas() takes object (no real type) defined at htdocs/fourn/class/api_supplier_orders.class.php:773 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/fourn/class/fournisseur.commande.class.php | 2090 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->fk_soc |
htdocs/fourn/class/fournisseur.commande.class.php | 2134 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->fk_soc |
htdocs/fourn/class/fournisseur.commande.class.php | 3869 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->fk_product |
htdocs/fourn/class/fournisseur.commande.class.php | 3870 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseur->fk_product |
htdocs/fourn/commande/card.php | 1346 | TypeError PhanTypeMismatchDimAssignment When appending to a value of type array|array|array|array|int[][]|mixed|mixed[]|mixed[][]|non-empty-array|non-empty-array|non-empty-array, found an array access index of type \CommonObject, but expected the index to be of type int|string |
htdocs/fourn/commande/card.php | 1346 | TypeError PhanTypeMismatchDimAssignment When appending to a value of type array|array|array|array|int[]|int[][]|mixed|mixed[]|mixed[][]|non-empty-array|non-empty-array|non-empty-array|non-empty-array, found an array access index of type \CommonObject, but expected the index to be of type int|string |
htdocs/fourn/commande/card.php | 1358 | TypeError PhanTypeSuspiciousStringExpression Suspicious type \CommonObject of a variable or expression $object->origin used to build a string. (Expected type to be able to cast to a string) |
htdocs/fourn/commande/card.php | 1666 | UndefError PhanUndeclaredProperty Reference to undeclared property \Societe->availability_id |
htdocs/fourn/facture/card-rec.php | 990 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureFournisseur->date_when |
htdocs/fourn/facture/card-rec.php | 991 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureFournisseur->date_when |
htdocs/fourn/facture/card-rec.php | 991 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureFournisseur->frequency |
htdocs/fourn/facture/card-rec.php | 991 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureFournisseur->unit_frequency |
htdocs/fourn/facture/card-rec.php | 1181 | TypeError PhanTypeMismatchArgument Argument 1 ($id) is $object->user_author of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \User::fetch() takes int defined at htdocs/user/class/user.class.php:542 |
htdocs/fourn/facture/card-rec.php | 1216 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/fourn/facture/card.php | 1158 | TypeError PhanTypeMismatchProperty Assigning ($object->origin_id as a field) of type array|array to property but \CommonObject->linkedObjectsIds is int[][] |
htdocs/fourn/facture/card.php | 1288 | TypeError PhanTypeMismatchArgument Argument 19 ($origin_id) is $object->origin of type ?\CommonObject|?\DolDeprecationHandler|?non-empty-string|?string|\CommonObject|\DolDeprecationHandler|non-empty-string|null|string but \FactureFournisseur::addline() takes int defined at htdocs/fourn/class/fournisseur.facture.class.php:2113 |
htdocs/fourn/facture/card.php | 1288 | TypeError PhanTypeMismatchArgument Argument 19 ($origin_id) is $object->origin of type \CommonObject|\DolDeprecationHandler|non-empty-string|null|string but \FactureFournisseur::addline() takes int defined at htdocs/fourn/class/fournisseur.facture.class.php:2113 |
htdocs/fourn/facture/paiement.php | 594 | UndefError PhanUndeclaredGlobalVariable Global variable $moreforfilter is undeclared |
htdocs/fourn/facture/rapport.php | 184 | TypeError PhanTypeMismatchArgument Argument 1 ($file) is $file of type string but \FormFile::showPreview() takes array{name:string,path?:string,level1name?:string,relativename?:string,fullname:string,date?:string,size?:int,perm?:int,type?:string} defined at htdocs/core/class/html.formfile.class.php:2375 |
htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php | 62 | UndefError PhanUndeclaredProperty Reference to undeclared property \PaymentExpenseReport->type |
htdocs/holiday/card_group.php | 333 | TypeError PhanTypeMismatchArgument Argument 1 ($user) is $approverid of type int|non-zero-int but \Holiday::update() takes ?\User defined at htdocs/holiday/class/holiday.class.php:1019 |
htdocs/holiday/list.php | 722 | UndefError PhanUndeclaredGlobalVariable Global variable $search_month_update is undeclared |
htdocs/holiday/list.php | 723 | UndefError PhanUndeclaredGlobalVariable Global variable $search_year_update is undeclared |
htdocs/hrm/class/evaluation.class.php | 369 | UndefError PhanUndeclaredProperty Reference to undeclared property \Evaluation->fk_soc |
htdocs/hrm/class/evaluation.class.php | 369 | UndefError PhanUndeclaredProperty Reference to undeclared property \Evaluation->socid |
htdocs/hrm/class/evaluationdet.class.php | 325 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->fk_soc |
htdocs/hrm/class/evaluationdet.class.php | 325 | UndefError PhanUndeclaredProperty Reference to undeclared property \EvaluationLine->socid |
htdocs/hrm/class/job.class.php | 319 | UndefError PhanUndeclaredProperty Reference to undeclared property \Job->fk_soc |
htdocs/hrm/class/job.class.php | 319 | UndefError PhanUndeclaredProperty Reference to undeclared property \Job->socid |
htdocs/hrm/class/position.class.php | 342 | UndefError PhanUndeclaredProperty Reference to undeclared property \Position->fk_soc |
htdocs/hrm/class/position.class.php | 342 | UndefError PhanUndeclaredProperty Reference to undeclared property \Position->socid |
htdocs/hrm/class/skill.class.php | 397 | UndefError PhanUndeclaredProperty Reference to undeclared property \Skill->fk_soc |
htdocs/hrm/class/skill.class.php | 397 | UndefError PhanUndeclaredProperty Reference to undeclared property \Skill->socid |
htdocs/hrm/class/skilldet.class.php | 314 | UndefError PhanUndeclaredProperty Reference to undeclared property \Skilldet->fk_soc |
htdocs/hrm/class/skilldet.class.php | 314 | UndefError PhanUndeclaredProperty Reference to undeclared property \Skilldet->socid |
htdocs/hrm/class/skillrank.class.php | 337 | UndefError PhanUndeclaredProperty Reference to undeclared property \SkillRank->fk_soc |
htdocs/hrm/class/skillrank.class.php | 337 | UndefError PhanUndeclaredProperty Reference to undeclared property \SkillRank->socid |
htdocs/hrm/core/tpl/objectline_view.tpl.php | 77 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->fk_skill |
htdocs/hrm/core/tpl/objectline_view.tpl.php | 79 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->fk_skill |
htdocs/hrm/core/tpl/objectline_view.tpl.php | 88 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->fk_skill |
htdocs/hrm/core/tpl/objectline_view.tpl.php | 110 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->fk_skill |
htdocs/hrm/core/tpl/objectline_view.tpl.php | 110 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->rankorder |
htdocs/hrm/core/tpl/objectline_view.tpl.php | 110 | UndefError PhanUndeclaredProperty Reference to undeclared property \DolibarrModules->status |
htdocs/hrm/evaluation_card.php | 192 | TypeError PhanTypeMismatchArgument Argument 1 ($currentSkill) is $line of type \CommonObject|\CommonObjectLine|\DolDeprecationHandler|\EvaluationLine but \SkillRank::cloneFromCurrentSkill() takes \SkillRank defined at htdocs/hrm/class/skillrank.class.php:393 |
htdocs/hrm/evaluation_card.php | 217 | TypeError PhanTypeMismatchArgument Argument 1 ($currentSkill) is $line of type \CommonObject|\CommonObjectLine|\DolDeprecationHandler|\EvaluationLine but \SkillRank::cloneFromCurrentSkill() takes \SkillRank defined at htdocs/hrm/class/skillrank.class.php:393 |
htdocs/hrm/job_card.php | 444 | UndefError PhanUndeclaredGlobalVariable Global variable $soc is undeclared |
htdocs/hrm/skill_card.php | 226 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $result with type int |
htdocs/hrm/skill_card.php | 662 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->rowid |
htdocs/imports/import.php | 908 | TypeError PhanTypeMismatchArgument Argument 3 ($insertArray) is $tmp of type non-empty-array|non-empty-array|non-empty-array|non-empty-array but \arrayInsert() takes array{label?:string,example1?:string,required?:bool,imported?:bool|int,position?:int} defined at htdocs/imports/import.php:2539 |
htdocs/install/upgrade.php | 191 | UndefError PhanUndeclaredClassMethod Call to method get_charset from undeclared class \SQLite3 |
htdocs/intracommreport/card.php | 451 | UndefError PhanUndeclaredGlobalVariable Global variable $soc is undeclared |
htdocs/knowledgemanagement/class/knowledgerecord.class.php | 344 | UndefError PhanUndeclaredProperty Reference to undeclared property \KnowledgeRecord->fk_soc |
htdocs/knowledgemanagement/class/knowledgerecord.class.php | 344 | UndefError PhanUndeclaredProperty Reference to undeclared property \KnowledgeRecord->socid |
htdocs/knowledgemanagement/knowledgerecord_card.php | 212 | TypeError PhanTypeMismatchArgument Argument 2 ($array) is $cate_arbo of type non-empty-array but \Form::multiselectarray() takes array{id:int|string,label:string,color:string,picto:string,labelhtml:string}[]|string[] defined at htdocs/core/class/html.form.class.php:9454 |
htdocs/knowledgemanagement/knowledgerecord_card.php | 279 | TypeError PhanTypeMismatchArgument Argument 2 ($array) is $cate_arbo of type non-empty-array but \Form::multiselectarray() takes array{id:int|string,label:string,color:string,picto:string,labelhtml:string}[]|string[] defined at htdocs/core/class/html.form.class.php:9454 |
htdocs/loan/class/paymentloan.class.php | 223 | TypeError PhanTypeMismatchArgument Argument 1 ($param) is $this->datep of type non-empty-string but \DoliDB::idate() takes int defined at htdocs/core/db/DoliDB.class.php:160 |
htdocs/loan/class/paymentloan.class.php | 373 | TypeError PhanTypeMismatchArgument Argument 1 ($param) is $this->datec of type string but \DoliDB::idate() takes int defined at htdocs/core/db/DoliDB.class.php:160 |
htdocs/loan/class/paymentloan.class.php | 375 | TypeError PhanTypeMismatchArgument Argument 1 ($param) is $this->datep of type non-empty-string|string but \DoliDB::idate() takes int defined at htdocs/core/db/DoliDB.class.php:160 |
htdocs/loan/class/paymentloan.class.php | 375 | TypeError PhanTypeMismatchArgument Argument 1 ($param) is $this->datep of type string but \DoliDB::idate() takes int defined at htdocs/core/db/DoliDB.class.php:160 |
htdocs/loan/class/paymentloan.class.php | 532 | TypeError PhanTypeMismatchArgument Argument 1 ($date) is $this->datep of type non-empty-string|string but \Account::addline() takes int defined at htdocs/compta/bank/class/account.class.php:605 |
htdocs/loan/class/paymentloan.class.php | 532 | TypeError PhanTypeMismatchArgument Argument 1 ($date) is $this->datep of type string but \Account::addline() takes int defined at htdocs/compta/bank/class/account.class.php:605 |
htdocs/loan/class/paymentloan.class.php | 533 | TypeError PhanTypeMismatchArgument Argument 2 ($oper) is $this->paymenttype of type int but \Account::addline() takes string defined at htdocs/compta/bank/class/account.class.php:605 |
htdocs/loan/document.php | 132 | UndefError PhanUndeclaredProperty Reference to undeclared property \Loan->socid |
htdocs/loan/document.php | 136 | UndefError PhanUndeclaredProperty Reference to undeclared property \Loan->socid |
htdocs/loan/note.php | 119 | UndefError PhanUndeclaredProperty Reference to undeclared property \Loan->socid |
htdocs/loan/note.php | 123 | UndefError PhanUndeclaredProperty Reference to undeclared property \Loan->socid |
htdocs/loan/payment/payment.php | 319 | UndefError PhanUndeclaredProperty Reference to undeclared property \Loan->fk_typepayment |
htdocs/loan/payment/payment.php | 327 | UndefError PhanUndeclaredProperty Reference to undeclared property \Loan->accountid |
htdocs/mrp/class/mo.class.php | 979 | TypeError PhanTypeMismatchProperty Assigning $this of type float|int to property but \Mo->error is string |
htdocs/mrp/class/mo.class.php | 1002 | TypeError PhanTypeMismatchProperty Assigning $this of type float|int to property but \Mo->error is string |
htdocs/mrp/class/mo.class.php | 1010 | TypeError PhanTypeMismatchProperty Assigning $this of type float|int to property but \Mo->error is string |
htdocs/mrp/tpl/linkedobjectblock.tpl.php | 115 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date_start_planned |
htdocs/multicurrency/class/api_multicurrencies.class.php | 189 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $obj of type \CommonObject|\CommonObjectLine|\CurrencyRate|\DolDeprecationHandler but \MultiCurrencies::_cleanObjectDatasRate() takes \MultiCurrency defined at htdocs/multicurrency/class/api_multicurrencies.class.php:394 |
htdocs/multicurrency/class/multicurrency.class.php | 718 | TypeError PhanTypeExpectedObjectPropAccess Expected an object instance when accessing an instance property, but saw an expression $response->error with type float|int|string |
htdocs/opensurvey/results.php | 532 | UndefError PhanUndeclaredGlobalVariable Global variable $expiredate is undeclared |
htdocs/partnership/class/partnership.class.php | 359 | UndefError PhanUndeclaredProperty Reference to undeclared property \Partnership->socid |
htdocs/partnership/class/partnership.class.php | 1408 | UndefError PhanUndeclaredProperty Reference to undeclared property \Partnership->label |
htdocs/partnership/core/modules/partnership/mod_partnership_advanced.php | 145 | UndefError PhanUndeclaredProperty Reference to undeclared property \Partnership->date |
htdocs/partnership/partnership_card.php | 465 | UndefError PhanUndeclaredGlobalVariable Global variable $adht is undeclared |
htdocs/partnership/partnership_card.php | 532 | UndefError PhanUndeclaredGlobalVariable Global variable $soc is undeclared |
htdocs/partnership/partnership_list.php | 539 | UndefError PhanUndeclaredProperty Reference to undeclared property \Partnership->login |
htdocs/partnership/partnership_list.php | 1041 | UndefError PhanUndeclaredProperty Reference to undeclared property \Adherent->subscription |
htdocs/product/class/api_products.class.php | 1096 | TypeError PhanTypeMismatchArgument Argument 1 ($object) is $product_fourn_list of type \CommonObject[]|\DolDeprecationHandler[]|\ProductFournisseur[]|\Product[]|array{}|int but \Products::_cleanObjectDatas() takes object defined at htdocs/product/class/api_products.class.php:2081 |
htdocs/product/class/api_products.class.php | 1096 | TypeError PhanTypeMismatchReturn Returning $this->_cleanObjectDatas($product_fourn_list) of type object but getPurchasePrices() is declared to return \ProductFournisseur[] |
htdocs/product/class/api_products.class.php | 1777 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductCombination->attributes |
htdocs/product/class/api_products.class.php | 1784 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductCombination->stock_warehouse |
htdocs/product/class/api_products.class.php | 1820 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductCombination->attributes |
htdocs/product/class/api_products.class.php | 1987 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductCombination->context |
htdocs/product/class/html.formproduct.class.php | 450 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->fk_workstation |
htdocs/product/class/html.formproduct.class.php | 456 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->fk_workstation |
htdocs/product/class/productfournisseurprice.class.php | 382 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductFournisseurPrice->socid |
htdocs/product/class/productfournisseurprice.class.php | 931 | UndefError PhanUndeclaredMethod Call to undeclared method \CommonNumRefGenerator::getNextValue |
htdocs/product/inventory/class/inventory.class.php | 702 | UndefError PhanUndeclaredProperty Reference to undeclared property \Inventory->label |
htdocs/product/inventory/class/inventory.class.php | 706 | UndefError PhanUndeclaredProperty Reference to undeclared property \Inventory->amount |
htdocs/product/price.php | 1129 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->multiprices_localtax1_type |
htdocs/product/price.php | 1130 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->multiprices_localtax1_tx |
htdocs/product/price.php | 1132 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->multiprices_localtax2_type |
htdocs/product/price.php | 1133 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->multiprices_localtax2_tx |
htdocs/product/price.php | 2423 | UndefError PhanUndeclaredProperty Reference to undeclared property \PriceByCustomerLine->tva_npr |
htdocs/product/price.php | 2681 | UndefError PhanUndeclaredProperty Reference to undeclared property \PriceByCustomerLine->tva_npr |
htdocs/product/reassort.php | 148 | TypeError PhanTypeExpectedObjectPropAccessButGotNull Expected an object instance when accessing an instance property, but saw an expression $objp with type null |
htdocs/product/stock/info.php | 100 | UndefError PhanUndeclaredProperty Reference to undeclared property \Entrepot->socid |
htdocs/product/stock/list.php | 783 | UndefError PhanUndeclaredProperty Reference to undeclared property \Entrepot->fk_soc |
htdocs/product/stock/list.php | 784 | UndefError PhanUndeclaredProperty Reference to undeclared property \Entrepot->fk_soc |
htdocs/product/stock/movement_card.php | 342 | UndefError PhanUndeclaredGlobalVariable Global variable $d_eatby is undeclared |
htdocs/product/stock/movement_card.php | 343 | UndefError PhanUndeclaredGlobalVariable Global variable $d_sellby is undeclared |
htdocs/product/stock/movement_card.php | 778 | Plugin PhanPluginUndeclaredVariableIsset undeclared variable $fieldstosearchall in isset() |
htdocs/product/stock/movement_card.php | 1220 | UndefError PhanUndeclaredGlobalVariable Global variable $comref is undeclared |
htdocs/product/stock/movement_card.php | 1230 | UndefError PhanUndeclaredProperty Reference to undeclared property \MouvementStock->default_lang |
htdocs/product/stock/movement_list.php | 280 | UndefError PhanUndeclaredGlobalVariable Global variable $listofobjectref is undeclared |
htdocs/product/stock/movement_list.php | 283 | UndefError PhanUndeclaredGlobalVariable Global variable $listofobjectref is undeclared |
htdocs/product/stock/movement_list.php | 531 | UndefError PhanUndeclaredGlobalVariable Global variable $d_eatby is undeclared |
htdocs/product/stock/movement_list.php | 532 | UndefError PhanUndeclaredGlobalVariable Global variable $d_sellby is undeclared |
htdocs/product/stock/movement_list.php | 654 | UndefError PhanUndeclaredGlobalVariable Global variable $idAlreadyReverse is undeclared |
htdocs/product/stock/movement_list.php | 890 | UndefError PhanUndeclaredProperty Reference to undeclared property \Entrepot->socid |
htdocs/product/stock/movement_list.php | 1156 | Plugin PhanPluginUndeclaredVariableIsset undeclared variable $fieldstosearchall in isset() |
htdocs/product/stock/productlot_card.php | 499 | UndefError PhanUndeclaredProperty Reference to undeclared property \Productlot->default_lang |
htdocs/product/stock/stats/commande_fournisseur.php | 133 | UndefError PhanUndeclaredProperty Reference to undeclared property \Productlot->type |
htdocs/product/stock/stats/expedition.php | 133 | UndefError PhanUndeclaredProperty Reference to undeclared property \Productlot->type |
htdocs/product/stock/stats/mo.php | 129 | UndefError PhanUndeclaredProperty Reference to undeclared property \Productlot->type |
htdocs/product/stock/stats/reception.php | 133 | UndefError PhanUndeclaredProperty Reference to undeclared property \Productlot->type |
htdocs/product/stock/stocktransfer/class/stocktransferline.class.php | 233 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransferLine->label |
htdocs/product/stock/stocktransfer/class/stocktransferline.class.php | 266 | UndefError PhanUndeclaredProperty Reference to undeclared property \StockTransferLine->socid |
htdocs/product/stock/tpl/stockcorrection.tpl.php | 167 | UndefError PhanUndeclaredProperty Reference to undeclared property \MouvementStock->fk_default_warehouse |
htdocs/product/stock/tpl/stocktransfer.tpl.php | 96 | UndefError PhanUndeclaredProperty Reference to undeclared property \MouvementStock->fk_default_warehouse |
htdocs/projet/admin/project.php | 167 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 1 ($object) is $project of type \CommonObject|\DolDeprecationHandler|\Project but \ModelePDFTask::write_file() takes \Task (no real type) defined at htdocs/core/modules/project/task/modules_task.php:68 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/projet/admin/project.php | 487 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 2 ($object) is $project of type \CommonObject|\DolDeprecationHandler|\Project but \ModeleNumRefTask::getNextValue() takes \Task|null|string (no real type) defined at htdocs/core/modules/project/task/modules_task.php:86 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/projet/card.php | 1784 | UndefError PhanUndeclaredGlobalVariable Global variable $morecss is undeclared |
htdocs/projet/tasks.php | 787 | TypeError PhanTypeMismatchArgument Argument 2 ($object) is $object of type \CommonObject|\DolDeprecationHandler|\Project but \ModeleNumRefTask::getNextValue() takes \Task|null|string defined at htdocs/core/modules/project/task/modules_task.php:86 |
htdocs/projet/tasks/time.php | 460 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax1" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 461 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax2" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 551 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax1" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 552 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax2" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 652 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax1" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 653 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax2" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 726 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax1" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 727 | TypeError PhanTypeInvalidDimOffset Invalid offset "localtax2" of $dataforprice of array type array{pu_ht:float|int|non-empty-string|non-zero-int|string,pu_ttc:float|int|string,price_min:float|int|string,price_base_type:string,tva_tx:float|int|null|string,tva_npr:float|int} |
htdocs/projet/tasks/time.php | 826 | UndefError PhanUndeclaredProperty Reference to undeclared property \Project->label |
htdocs/projet/tasks/tpl/linkedobjectblock.tpl.php | 64 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->date_stop |
htdocs/public/eventorganization/subscriptionok.php | 195 | UndefError PhanUndeclaredGlobalVariable Global variable $suffix is undeclared |
htdocs/public/eventorganization/subscriptionok.php | 239 | UndefError PhanUndeclaredGlobalVariable Global variable $suffix is undeclared |
htdocs/public/members/new.php | 838 | UndefError PhanUndeclaredGlobalVariable Global variable $php_self is undeclared |
htdocs/public/payment/newpayment.php | 1860 | UndefError PhanUndeclaredProperty Reference to undeclared property \Don->morphy |
htdocs/public/payment/paymentok.php | 674 | UndefError PhanUndeclaredGlobalVariable Global variable $service is undeclared |
htdocs/public/payment/paymentok.php | 960 | UndefError PhanUndeclaredGlobalVariable Global variable $service is undeclared |
htdocs/public/payment/paymentok.php | 1092 | UndefError PhanUndeclaredGlobalVariable Global variable $service is undeclared |
htdocs/public/payment/paymentok.php | 1225 | UndefError PhanUndeclaredGlobalVariable Global variable $service is undeclared |
htdocs/public/payment/paymentok.php | 1359 | UndefError PhanUndeclaredGlobalVariable Global variable $service is undeclared |
htdocs/public/payment/paymentok.php | 1592 | UndefError PhanUndeclaredGlobalVariable Global variable $service is undeclared |
htdocs/public/payment/paymentok.php | 1783 | TypeError PhanTypeMismatchArgumentProbablyReal Argument 1 ($object) is $object of type \CommonObject|\CommonSignedObject|\Contrat|\DolDeprecationHandler but \Facture::createFromContract() takes \Facture (no real type) defined at htdocs/compta/facture/class/facture.class.php:1539 (the inferred real argument type has nothing in common with the parameter's phpdoc type) |
htdocs/public/payment/paymentok.php | 1804 | UndefError PhanUndeclaredGlobalVariable Global variable $service is undeclared |
htdocs/public/project/index.php | 254 | UndefError PhanUndeclaredGlobalVariable Global variable $conference is undeclared |
htdocs/public/project/index.php | 296 | UndefError PhanUndeclaredGlobalVariable Global variable $text is undeclared |
htdocs/public/project/index.php | 348 | UndefError PhanUndeclaredGlobalVariable Global variable $suffix is undeclared |
htdocs/public/project/suggestbooth.php | 278 | UndefError PhanUndeclaredGlobalVariable Global variable $emailcompany is undeclared |
htdocs/public/project/suggestbooth.php | 589 | UndefError PhanUndeclaredProperty Reference to undeclared property \Project->label |
htdocs/public/project/suggestconference.php | 278 | UndefError PhanUndeclaredGlobalVariable Global variable $emailcompany is undeclared |
htdocs/public/project/suggestconference.php | 525 | UndefError PhanUndeclaredProperty Reference to undeclared property \Project->label |
htdocs/public/project/viewandvote.php | 250 | UndefError PhanUndeclaredGlobalVariable Global variable $suffix is undeclared |
htdocs/public/project/viewandvote.php | 311 | UndefError PhanUndeclaredGlobalVariable Global variable $suffix is undeclared |
htdocs/public/recruitment/view.php | 249 | UndefError PhanUndeclaredGlobalVariable Global variable $SECUREKEY is undeclared |
htdocs/public/recruitment/view.php | 258 | UndefError PhanUndeclaredGlobalVariable Global variable $suffix is undeclared |
htdocs/public/webportal/tpl/menu.tpl.php | 206 | UndefError PhanUndeclaredProperty Reference to undeclared property \Context->doNotDisplayMenu |
htdocs/public/webportal/tpl/menu.tpl.php | 220 | UndefError PhanUndeclaredProperty Reference to undeclared property \Context->doNotDisplayMenu |
htdocs/reception/card.php | 609 | UndefError PhanUndeclaredGlobalVariable Global variable $reception is undeclared |
htdocs/reception/card.php | 1917 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->product_label |
htdocs/reception/card.php | 1926 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_end |
htdocs/reception/card.php | 1926 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_start |
htdocs/reception/card.php | 1948 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_end |
htdocs/reception/card.php | 1948 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_start |
htdocs/reception/class/reception.class.php | 994 | UndefError PhanUndeclaredProperty Reference to undeclared property \Reception->fk_user_author |
htdocs/reception/class/reception.class.php | 995 | UndefError PhanUndeclaredProperty Reference to undeclared property \Reception->fk_user_author |
htdocs/reception/class/reception.class.php | 997 | UndefError PhanUndeclaredProperty Reference to undeclared property \Reception->fk_user_valid |
htdocs/reception/class/reception.class.php | 998 | UndefError PhanUndeclaredProperty Reference to undeclared property \Reception->fk_user_valid |
htdocs/reception/list.php | 456 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_start |
htdocs/reception/list.php | 457 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_start |
htdocs/reception/list.php | 467 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_end |
htdocs/reception/list.php | 468 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->date_end |
htdocs/reception/list.php | 493 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->localtax1_tx |
htdocs/reception/list.php | 494 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommandeFournisseurDispatch->localtax2_tx |
htdocs/reception/list.php | 719 | TypeError PhanTypeMismatchArgumentNullable Argument 3 ($object) is $object of type ?''|?'0'|?0|?0.0|?\CommonIncoterm|?\CommonInvoice|?\CommonObject|?\DolDeprecationHandler|?\FactureFournisseur|?\Reception|?array{}|?false but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 (expected type to be non-nullable) |
htdocs/reception/list.php | 969 | TypeError PhanTypeMismatchArgumentNullable Argument 3 ($object) is $object of type ?''|?'0'|?0|?0.0|?\CommonIncoterm|?\CommonInvoice|?\CommonObject|?\DolDeprecationHandler|?\FactureFournisseur|?\Reception|?array{}|?false but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 (expected type to be non-nullable) |
htdocs/reception/list.php | 1162 | TypeError PhanTypeMismatchArgumentNullable Argument 3 ($object) is $object of type ?''|?'0'|?0|?0.0|?\CommonIncoterm|?\CommonInvoice|?\CommonObject|?\DolDeprecationHandler|?\FactureFournisseur|?\Reception|?array{}|?false but \HookManager::executeHooks() takes null|object|string defined at htdocs/core/class/hookmanager.class.php:199 (expected type to be non-nullable) |
htdocs/recruitment/class/recruitmentcandidature.class.php | 352 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentCandidature->socid |
htdocs/recruitment/class/recruitmentcandidature.class.php | 737 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentCandidature->societe |
htdocs/recruitment/class/recruitmentjobposition.class.php | 373 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/core/modules/recruitment/doc/pdf_standard_recruitmentjobposition.modules.php | 802 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->ref_client |
htdocs/recruitment/core/modules/recruitment/doc/pdf_standard_recruitmentjobposition.modules.php | 806 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->ref_client |
htdocs/recruitment/core/modules/recruitment/mod_recruitmentcandidature_advanced.php | 135 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentCandidature->date |
htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php | 135 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->date |
htdocs/recruitment/recruitmentcandidature_card.php | 429 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentCandidature->login |
htdocs/recruitment/recruitmentcandidature_card.php | 603 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentCandidature->socid |
htdocs/recruitment/recruitmentcandidature_list.php | 443 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/recruitment/recruitmentcandidature_list.php | 447 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_agenda.php | 177 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_applications.php | 232 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/recruitment/recruitmentjobposition_applications.php | 232 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_applications.php | 236 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_card.php | 348 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/recruitment/recruitmentjobposition_card.php | 348 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_card.php | 352 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_card.php | 443 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_document.php | 157 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/recruitment/recruitmentjobposition_document.php | 157 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_document.php | 161 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_note.php | 134 | UndefError PhanUndeclaredGlobalVariable Global variable $maxlength is undeclared |
htdocs/recruitment/recruitmentjobposition_note.php | 134 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/recruitment/recruitmentjobposition_note.php | 138 | UndefError PhanUndeclaredProperty Reference to undeclared property \RecruitmentJobPosition->socid |
htdocs/salaries/paiement_salary.php | 175 | UndefError PhanUndeclaredProperty Reference to undeclared property \Salary->paiementtype |
htdocs/salaries/virement_request.php | 254 | UndefError PhanUndeclaredProperty Reference to undeclared property \Salary->socid |
htdocs/salaries/virement_request.php | 740 | UndefError PhanUndeclaredProperty Reference to undeclared property \Salary->type |
htdocs/societe/ajax/company.php | 96 | UndefError PhanUndeclaredProperty Reference to undeclared property \Societe->type |
htdocs/societe/class/societe.class.php | 1216 | TypeError PhanTypeMismatchProperty Assigning explode(',', getDolGlobalString('CONTACTS_DEFAULT_ROLES')) of type non-empty-list to property but \Contact->roles is array |
htdocs/societe/paymentmodes.php | 835 | TypeError PhanTypeMismatchArgument Argument 1 ($params) is $user of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \Stripe\Account::delete() takes array|null defined at /home/dolibarr/preview.dolibarr.org/dolibarr/dev/tools/phan/stubs/stripe.php:470 |
htdocs/societe/paymentmodes.php | 868 | TypeError PhanTypeMismatchArgument Argument 1 ($params) is $user of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \Stripe\Account::delete() takes array|null defined at /home/dolibarr/preview.dolibarr.org/dolibarr/dev/tools/phan/stubs/stripe.php:470 |
htdocs/societe/paymentmodes.php | 1888 | UndefError PhanPossiblyUndeclaredGlobalVariable Global variable $rib is possibly undeclared |
htdocs/supplier_proposal/card.php | 446 | UndefError PhanUndeclaredProperty Reference to undeclared property \OrderLine->ref_supplier |
htdocs/supplier_proposal/card.php | 881 | UndefError PhanUndeclaredGlobalVariable Global variable $fournprice is undeclared |
htdocs/supplier_proposal/card.php | 882 | UndefError PhanUndeclaredGlobalVariable Global variable $buyingprice is undeclared |
htdocs/supplier_proposal/card.php | 1358 | UndefError PhanUndeclaredGlobalVariable Global variable $fk_account is undeclared |
htdocs/supplier_proposal/class/api_supplier_proposals.class.php | 200 | UndefError PhanUndeclaredProperty Reference to undeclared property \SupplierProposal->duree_validite |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1859 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->qty |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1859 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->subprice |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1860 | UndefError PhanUndeclaredProperty Reference to undeclared property \Product->subprice |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1884 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductFournisseur->qty |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1884 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductFournisseur->subprice |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1885 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductFournisseur->qty |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1886 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductFournisseur->subprice |
htdocs/supplier_proposal/class/supplier_proposal.class.php | 1909 | UndefError PhanUndeclaredProperty Reference to undeclared property \ProductFournisseur->multicurrency_subprice |
htdocs/takepos/index.php | 459 | Plugin PhanPluginUndeclaredVariableIsset undeclared variable $keyCodeForEnter in isset() |
htdocs/takepos/invoice.php | 544 | UndefError PhanPossiblyUndeclaredGlobalVariable Global variable $warehouseid is possibly undeclared |
htdocs/takepos/invoice.php | 1445 | UndefError PhanUndeclaredGlobalVariable Global variable $body_ticket is undeclared |
htdocs/takepos/invoice.php | 1445 | UndefError PhanUndeclaredGlobalVariable Global variable $footer_ticket is undeclared |
htdocs/takepos/invoice.php | 1445 | UndefError PhanUndeclaredGlobalVariable Global variable $header_soc is undeclared |
htdocs/takepos/invoice.php | 1445 | UndefError PhanUndeclaredGlobalVariable Global variable $header_ticket is undeclared |
htdocs/takepos/invoice.php | 1445 | UndefError PhanUndeclaredGlobalVariable Global variable $ticket_total is undeclared |
htdocs/takepos/split.php | 145 | Plugin PhanPluginUndeclaredVariableIsset undeclared variable $invoiceid in isset() |
htdocs/ticket/card.php | 1569 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormTicket->ref |
htdocs/ticket/card.php | 1570 | UndefError PhanUndeclaredProperty Reference to undeclared property \FormTicket->id |
htdocs/ticket/class/actions_ticket.class.php | 165 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ticket->label |
htdocs/ticket/class/actions_ticket.class.php | 166 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ticket->description |
htdocs/ticket/class/cticketcategory.class.php | 294 | UndefError PhanUndeclaredProperty Reference to undeclared property \CTicketCategory->fk_soc |
htdocs/ticket/class/cticketcategory.class.php | 294 | UndefError PhanUndeclaredProperty Reference to undeclared property \CTicketCategory->socid |
htdocs/ticket/class/ticket.class.php | 1821 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ticket->fk_track_id |
htdocs/ticket/class/ticket.class.php | 1822 | UndefError PhanUndeclaredProperty Reference to undeclared property \Ticket->fk_track_id |
htdocs/user/class/user.class.php | 2557 | TypeError PhanTypeMismatchArgumentNullable Argument 1 ($stringtoencode) is $password_crypted of type ?array{pass_encrypted:string,pass_encoding:string}|?string but \DoliDB::escape() takes string defined at htdocs/core/db/Database.interface.php:202 (expected type to be non-nullable) |
htdocs/user/class/user.class.php | 3389 | UndefError PhanUndeclaredProperty Reference to undeclared property \User->label |
htdocs/user/class/usergroup.class.php | 749 | UndefError PhanUndeclaredProperty Reference to undeclared property \UserGroup->company |
htdocs/user/class/usergroup.class.php | 749 | UndefError PhanUndeclaredProperty Reference to undeclared property \UserGroup->societe |
htdocs/variants/tpl/productattributevalueline_edit.tpl.php | 89 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->value |
htdocs/variants/tpl/productattributevalueline_view.tpl.php | 73 | UndefError PhanUndeclaredProperty Reference to undeclared property \BOMLine->value |
htdocs/viewimage.php | 403 | UndefError PhanUndeclaredMethod Call to undeclared method \ModeleBarCode::buildBarCode |
htdocs/webhook/class/target.class.php | 1014 | UndefError PhanUndeclaredMethod Call to undeclared method \CommonNumRefGenerator::getNextValue |
htdocs/webhook/target_card.php | 462 | UndefError PhanUndeclaredGlobalVariable Global variable $soc is undeclared |
htdocs/webportal/admin/setup.php | 79 | TypeError PhanTypeMismatchArgument Argument 1 ($fieldOptions) is $userList of type array|array|string but \FormSetupItem::setAsSelect() takes ?array|?array defined at htdocs/core/class/html.formsetup.class.php:1561 |
htdocs/webportal/class/html.formcardwebportal.class.php | 467 | TypeError PhanTypeMismatchArgument Argument 10 ($forcecapture) is 1 of type 1 but \Form::showphoto() takes ''|'environment'|'user'|string defined at htdocs/core/class/html.form.class.php:10604 |
htdocs/webportal/class/html.formcardwebportal.class.php | 707 | UndefError PhanUndeclaredProperty Reference to undeclared property \CommonObject->lang |
htdocs/webportal/class/html.formlistwebportal.class.php | 722 | UndefError PhanUndeclaredProperty Reference to undeclared property \Propal->fk_statut |
htdocs/webportal/class/webportalpropal.class.php | 280 | UndefError PhanUndeclaredProperty Reference to undeclared property \WebPortalPropal->label |
htdocs/webportal/class/webportalpropal.class.php | 284 | UndefError PhanUndeclaredProperty Reference to undeclared property \WebPortalPropal->amount |
htdocs/webservices/server_actioncomm.php | 79 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_category.php | 74 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_contact.php | 76 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_invoice.php | 81 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_order.php | 79 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_order.php | 689 | TypeError PhanTypeInvalidDimOffset Invalid offset "socid" of $order of array type array{id:string,ref:string,ref_client:string,ref_ext:string,thirdparty_id:int,status:int,billed:string,total_net:float,total_vat:float,total_localtax1:float,total_localtax2:float,total:float,date:string,date_creation:string,date_validation:string,date_modification:string,source:string,note_private:string,note_public:string,project_id:string,mode_reglement_id:string,mode_reglement_code:string,mode_reglement:string,cond_reglement_id:string,cond_reglement_code:string,cond_reglement:string,cond_reglement_doc:string,date_livraison:int,demand_reason_id:string,lines:array{lines:array{id:string,type:int,fk_commande:int,fk_parent_line:int,desc:string,qty:float,price:float,unitprice:float,vat_rate:float,remise:float,remise_percent:float,total_net:float,total_vat:float,total:float,date_start:int,date_end:int,product_id:int,product_ref:string,product_label:string,product_desc:string}[]}} |
htdocs/webservices/server_order.php | 689 | TypeError PhanTypeSuspiciousStringExpression Suspicious type null of a variable or expression $order['socid'] used to build a string. (Expected type to be able to cast to a string) |
htdocs/webservices/server_order.php | 710 | TypeError PhanTypeInvalidDimOffset Invalid offset "type" of $order of array type array{id:string,ref:string,ref_client:string,ref_ext:string,thirdparty_id:int,status:int,billed:string,total_net:float,total_vat:float,total_localtax1:float,total_localtax2:float,total:float,date:string,date_creation:string,date_validation:string,date_modification:string,source:string,note_private:string,note_public:string,project_id:string,mode_reglement_id:string,mode_reglement_code:string,mode_reglement:string,cond_reglement_id:string,cond_reglement_code:string,cond_reglement:string,cond_reglement_doc:string,date_livraison:int,demand_reason_id:string,lines:array{lines:array{id:string,type:int,fk_commande:int,fk_parent_line:int,desc:string,qty:float,price:float,unitprice:float,vat_rate:float,remise:float,remise_percent:float,total_net:float,total_vat:float,total:float,date_start:int,date_end:int,product_id:int,product_ref:string,product_label:string,product_desc:string}[]}} |
htdocs/webservices/server_order.php | 714 | TypeError PhanTypeInvalidDimOffset Invalid offset "date_due" of $order of array type array{id:string,ref:string,ref_client:string,ref_ext:string,thirdparty_id:int,status:int,billed:string,total_net:float,total_vat:float,total_localtax1:float,total_localtax2:float,total:float,date:string,date_creation:string,date_validation:string,date_modification:string,source:string,note_private:string,note_public:string,project_id:string,mode_reglement_id:string,mode_reglement_code:string,mode_reglement:string,cond_reglement_id:string,cond_reglement_code:string,cond_reglement:string,cond_reglement_doc:string,date_livraison:int,demand_reason_id:string,lines:array{lines:array{id:string,type:int,fk_commande:int,fk_parent_line:int,desc:string,qty:float,price:float,unitprice:float,vat_rate:float,remise:float,remise_percent:float,total_net:float,total_vat:float,total:float,date_start:int,date_end:int,product_id:int,product_ref:string,product_label:string,product_desc:string}[]}} |
htdocs/webservices/server_order.php | 936 | TypeError PhanTypeMismatchArgument Argument 1 ($idwarehouse) is $fuser of type \CommonObject|\CommonPeople|\DolDeprecationHandler|\User but \Commande::cancel() takes int defined at htdocs/commande/class/commande.class.php:881 |
htdocs/webservices/server_payment.php | 85 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_productorservice.php | 84 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_project.php | 98 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_supplier_invoice.php | 77 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_supplier_invoice.php | 305 | UndefError PhanUndeclaredProperty Reference to undeclared property \FactureFournisseur->fk_user_author |
htdocs/webservices/server_thirdparty.php | 79 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/webservices/server_user.php | 79 | UndefError PhanUndeclaredProperty Reference to undeclared property \wsdl->schemaTargetNamespace |
htdocs/website/websiteaccount_card.php | 420 | UndefError PhanUndeclaredProperty Reference to undeclared property \SocieteAccount->socid |
htdocs/website/websiteaccount_card.php | 425 | UndefError PhanUndeclaredProperty Reference to undeclared property \SocieteAccount->socid |
htdocs/workstation/class/workstation.class.php | 353 | UndefError PhanUndeclaredProperty Reference to undeclared property \Workstation->socid |
htdocs/workstation/class/workstation.class.php | 758 | UndefError PhanUndeclaredProperty Reference to undeclared property \Workstation->amount |
htdocs/workstation/workstation_card.php | 476 | UndefError PhanUndeclaredProperty Reference to undeclared property \Workstation->socid |
htdocs/zapier/class/hook.class.php | 311 | UndefError PhanUndeclaredProperty Reference to undeclared property \Hook->title |