2024-02-21 17:14:29 +00:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* This is an automatically generated baseline for Phan issues.
|
|
|
|
|
* When Phan is invoked with --load-baseline=path/to/baseline.php,
|
|
|
|
|
* The pre-existing issues listed in this file won't be emitted.
|
|
|
|
|
*
|
2024-07-31 16:39:02 +00:00
|
|
|
* This file can be updated by invoking Phan with --save-baseline=path/to/baseline.php
|
2024-02-21 17:14:29 +00:00
|
|
|
* (can be combined with --load-baseline)
|
|
|
|
|
*/
|
|
|
|
|
return [
|
|
|
|
|
// # Issue statistics:
|
2026-08-04 16:53:06 +00:00
|
|
|
// PhanUndeclaredProperty : 340+ occurrences
|
2026-05-25 12:43:57 +00:00
|
|
|
// PhanTypeMismatchArgument : 25+ occurrences
|
2026-07-14 11:49:56 +00:00
|
|
|
// PhanUndeclaredGlobalVariable : 20+ occurrences
|
2026-06-13 23:54:50 +00:00
|
|
|
// PhanTypeMismatchProperty : 15+ occurrences
|
2026-02-09 22:49:44 +00:00
|
|
|
// PhanTypeInvalidDimOffset : 10+ occurrences
|
2025-10-18 17:10:43 +00:00
|
|
|
// PhanTypeMismatchDimFetch : 10+ occurrences
|
2025-11-02 12:06:34 +00:00
|
|
|
// PhanTypeArraySuspiciousNull : 5 occurrences
|
2025-12-13 11:13:11 +00:00
|
|
|
// PhanUndeclaredMethod : 5 occurrences
|
2026-08-04 16:53:06 +00:00
|
|
|
// PhanTypeExpectedObjectPropAccess : 4 occurrences
|
2025-11-02 12:06:34 +00:00
|
|
|
// PhanPluginUndeclaredVariableIsset : 2 occurrences
|
2026-08-04 16:53:06 +00:00
|
|
|
// PhanTypeMismatchArgumentNullable : 2 occurrences
|
2025-10-18 17:10:43 +00:00
|
|
|
// PhanTypeMismatchArgumentProbablyReal : 2 occurrences
|
2025-11-02 15:56:31 +00:00
|
|
|
// PhanParamTooMany : 1 occurrence
|
2026-08-08 09:19:04 +00:00
|
|
|
// PhanPluginSuspiciousParamPosition : 1 occurrence
|
2024-12-30 21:00:30 +00:00
|
|
|
// PhanTypeExpectedObjectPropAccessButGotNull : 1 occurrence
|
2025-08-14 01:33:36 +00:00
|
|
|
// PhanTypeMismatchReturn : 1 occurrence
|
2024-02-21 17:14:29 +00:00
|
|
|
|
|
|
|
|
// Currently, file_suppressions and directory_suppressions are the only supported suppressions
|
|
|
|
|
'file_suppressions' => [
|
2026-04-13 10:50:23 +00:00
|
|
|
'htdocs/comm/action/index.php' => ['PhanTypeMismatchProperty'],
|
2025-11-02 15:56:31 +00:00
|
|
|
'htdocs/comm/action/pertype.php' => ['PhanTypeExpectedObjectPropAccess'],
|
|
|
|
|
'htdocs/comm/action/peruser.php' => ['PhanTypeMismatchArgument'],
|
2024-08-19 00:05:27 +00:00
|
|
|
'htdocs/comm/mailing/index.php' => ['PhanUndeclaredProperty'],
|
2025-04-02 09:35:53 +00:00
|
|
|
'htdocs/comm/mailing/targetemailing.php' => ['PhanUndeclaredProperty'],
|
2025-03-10 14:47:55 +00:00
|
|
|
'htdocs/comm/propal/list.php' => ['PhanUndeclaredProperty'],
|
2025-03-04 17:02:29 +00:00
|
|
|
'htdocs/commande/class/commande.class.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/commande/list.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/commande/list_det.php' => ['PhanTypeInvalidDimOffset'],
|
2025-03-16 19:45:04 +00:00
|
|
|
'htdocs/compta/bank/class/account.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-13 17:32:41 +00:00
|
|
|
'htdocs/compta/bank/various_payment/card.php' => ['PhanUndeclaredProperty'],
|
2026-06-13 23:54:50 +00:00
|
|
|
'htdocs/compta/bank/various_payment/document.php' => ['PhanUndeclaredProperty'],
|
2025-03-05 18:38:05 +00:00
|
|
|
'htdocs/compta/facture/class/facture-rec.class.php' => ['PhanUndeclaredProperty'],
|
2025-03-11 00:59:34 +00:00
|
|
|
'htdocs/compta/facture/class/facture.class.php' => ['PhanUndeclaredProperty'],
|
2025-03-14 16:25:11 +00:00
|
|
|
'htdocs/compta/paiement/card.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/compta/sociales/card.php' => ['PhanUndeclaredProperty'],
|
2024-10-25 19:00:02 +00:00
|
|
|
'htdocs/compta/tva/class/paymentvat.class.php' => ['PhanUndeclaredProperty'],
|
2026-05-25 12:43:57 +00:00
|
|
|
'htdocs/compta/tva/clients.php' => ['PhanTypeArraySuspiciousNull', 'PhanTypeInvalidDimOffset'],
|
2025-10-18 17:10:43 +00:00
|
|
|
'htdocs/core/actions_addupdatedelete.inc.php' => ['PhanUndeclaredProperty'],
|
2025-03-15 10:26:19 +00:00
|
|
|
'htdocs/core/actions_massactions.inc.php' => ['PhanUndeclaredProperty'],
|
2025-11-09 16:58:08 +00:00
|
|
|
'htdocs/core/actions_sendmails.inc.php' => ['PhanUndeclaredProperty'],
|
2026-06-13 23:54:50 +00:00
|
|
|
'htdocs/core/ajax/ajaxdirtree.php' => ['PhanTypeMismatchArgument'],
|
2025-03-15 15:34:35 +00:00
|
|
|
'htdocs/core/class/CMailFile.class.php' => ['PhanTypeMismatchArgument'],
|
2025-11-02 11:49:33 +00:00
|
|
|
'htdocs/core/class/canvas.class.php' => ['PhanUndeclaredMethod'],
|
2024-10-25 19:00:02 +00:00
|
|
|
'htdocs/core/class/cgenericdic.class.php' => ['PhanUndeclaredProperty'],
|
2026-04-13 10:50:23 +00:00
|
|
|
'htdocs/core/class/commonobject.class.php' => ['PhanUndeclaredProperty'],
|
2024-08-19 00:05:27 +00:00
|
|
|
'htdocs/core/class/commonpeople.class.php' => ['PhanUndeclaredProperty'],
|
2025-11-01 16:47:28 +00:00
|
|
|
'htdocs/core/class/conf.class.php' => ['PhanTypeMismatchProperty'],
|
2024-10-26 16:24:40 +00:00
|
|
|
'htdocs/core/class/ctyperesource.class.php' => ['PhanUndeclaredProperty'],
|
2024-10-15 13:46:19 +00:00
|
|
|
'htdocs/core/class/dolgraph.class.php' => ['PhanUndeclaredProperty'],
|
2024-10-26 16:24:40 +00:00
|
|
|
'htdocs/core/class/emailsenderprofile.class.php' => ['PhanUndeclaredProperty'],
|
2026-08-08 09:19:04 +00:00
|
|
|
'htdocs/core/class/html.form.class.php' => ['PhanParamTooMany', 'PhanPluginSuspiciousParamPosition', 'PhanTypeMismatchArgument'],
|
2025-03-15 10:26:19 +00:00
|
|
|
'htdocs/core/class/html.formcompany.class.php' => ['PhanUndeclaredProperty'],
|
2026-04-13 10:50:23 +00:00
|
|
|
'htdocs/core/class/html.formmail.class.php' => ['PhanUndeclaredProperty'],
|
2024-09-12 19:16:42 +00:00
|
|
|
'htdocs/core/class/timespent.class.php' => ['PhanUndeclaredMethod', 'PhanUndeclaredProperty'],
|
2024-10-17 01:08:38 +00:00
|
|
|
'htdocs/core/lib/admin.lib.php' => ['PhanUndeclaredProperty'],
|
2025-03-11 00:43:54 +00:00
|
|
|
'htdocs/core/lib/files.lib.php' => ['PhanUndeclaredProperty'],
|
2024-09-28 10:09:35 +00:00
|
|
|
'htdocs/core/lib/functions2.lib.php' => ['PhanUndeclaredProperty'],
|
2026-08-04 16:53:06 +00:00
|
|
|
'htdocs/core/lib/pdf.lib.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/core/lib/product.lib.php' => ['PhanTypeMismatchArgument'],
|
2025-03-11 00:43:54 +00:00
|
|
|
'htdocs/core/lib/project.lib.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/core/lib/xcal.lib.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/core/menus/standard/auguria.lib.php' => ['PhanTypeMismatchArgument'],
|
2024-12-30 21:00:30 +00:00
|
|
|
'htdocs/core/modules/asset/mod_asset_advanced.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/core/modules/bom/mod_bom_advanced.php' => ['PhanTypeMismatchArgument', 'PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/core/modules/cheque/modules_chequereceipts.php' => ['PhanTypeMismatchArgument'],
|
2026-02-09 22:49:44 +00:00
|
|
|
'htdocs/core/modules/commande/doc/pdf_einstein.modules.php' => ['PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
|
2025-03-13 22:05:15 +00:00
|
|
|
'htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php' => ['PhanTypeMismatchArgument', 'PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
|
2024-12-30 21:00:30 +00:00
|
|
|
'htdocs/core/modules/delivery/mod_delivery_saphir.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php' => ['PhanTypeMismatchArgument'],
|
2025-03-13 22:05:15 +00:00
|
|
|
'htdocs/core/modules/expensereport/doc/pdf_standard_expensereport.modules.php' => ['PhanUndeclaredProperty'],
|
2026-02-09 22:49:44 +00:00
|
|
|
'htdocs/core/modules/facture/doc/pdf_octopus.modules.php' => ['PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentNullable', 'PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/core/modules/holiday/mod_holiday_immaculate.php' => ['PhanTypeMismatchArgument'],
|
2024-12-30 21:00:30 +00:00
|
|
|
'htdocs/core/modules/hrm/mod_evaluation_advanced.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/core/modules/member/modules_cards.php' => ['PhanTypeMismatchArgument'],
|
2025-02-06 21:16:48 +00:00
|
|
|
'htdocs/core/modules/mrp/doc/pdf_vinci.modules.php' => ['PhanUndeclaredProperty'],
|
2024-12-30 21:00:30 +00:00
|
|
|
'htdocs/core/modules/mrp/mod_mo_advanced.php' => ['PhanUndeclaredProperty'],
|
2025-02-08 00:49:29 +00:00
|
|
|
'htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php' => ['PhanUndeclaredProperty'],
|
2026-02-09 22:49:44 +00:00
|
|
|
'htdocs/core/modules/propale/doc/pdf_azur.modules.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/core/modules/propale/doc/pdf_cyan.modules.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/core/modules/reception/doc/pdf_squille.modules.php' => ['PhanUndeclaredProperty'],
|
2025-02-10 17:50:16 +00:00
|
|
|
'htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php' => ['PhanUndeclaredProperty'],
|
2024-12-30 21:00:30 +00:00
|
|
|
'htdocs/core/modules/stocktransfer/mod_stocktransfer_advanced.php' => ['PhanUndeclaredProperty'],
|
2026-02-09 22:49:44 +00:00
|
|
|
'htdocs/core/modules/supplier_invoice/doc/pdf_canelle.modules.php' => ['PhanTypeMismatchProperty'],
|
|
|
|
|
'htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php' => ['PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php' => ['PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php' => ['PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php' => ['PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
|
2024-12-30 21:00:30 +00:00
|
|
|
'htdocs/core/modules/workstation/mod_workstation_advanced.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/core/multicompany_page.php' => ['PhanTypeMismatchArgument'],
|
2025-03-15 10:26:19 +00:00
|
|
|
'htdocs/core/tpl/massactions_pre.tpl.php' => ['PhanTypeMismatchArgumentNullable', 'PhanUndeclaredProperty'],
|
2025-03-15 15:34:35 +00:00
|
|
|
'htdocs/core/tpl/objectline_view.tpl.php' => ['PhanUndeclaredProperty'],
|
2024-09-22 22:37:30 +00:00
|
|
|
'htdocs/core/tpl/passwordreset.tpl.php' => ['PhanUndeclaredGlobalVariable'],
|
2024-10-03 17:40:34 +00:00
|
|
|
'htdocs/core/tpl/resource_view.tpl.php' => ['PhanUndeclaredProperty'],
|
2024-09-12 19:16:42 +00:00
|
|
|
'htdocs/delivery/class/delivery.class.php' => ['PhanUndeclaredProperty'],
|
2025-03-10 14:47:55 +00:00
|
|
|
'htdocs/emailcollector/class/emailcollector.class.php' => ['PhanUndeclaredProperty'],
|
2024-10-25 12:18:17 +00:00
|
|
|
'htdocs/eventorganization/class/conferenceorboothattendee.class.php' => ['PhanUndeclaredMethod', 'PhanUndeclaredProperty'],
|
2025-03-14 16:25:11 +00:00
|
|
|
'htdocs/expedition/card.php' => ['PhanUndeclaredGlobalVariable', 'PhanUndeclaredProperty'],
|
2025-03-19 14:21:48 +00:00
|
|
|
'htdocs/expedition/class/expedition.class.php' => ['PhanUndeclaredProperty'],
|
2025-03-14 16:25:11 +00:00
|
|
|
'htdocs/expensereport/card.php' => ['PhanUndeclaredProperty'],
|
2025-11-01 16:47:28 +00:00
|
|
|
'htdocs/expensereport/class/expensereport.class.php' => ['PhanTypeMismatchArgument'],
|
2024-04-07 09:55:39 +00:00
|
|
|
'htdocs/expensereport/payment/info.php' => ['PhanUndeclaredGlobalVariable'],
|
2025-03-02 18:19:22 +00:00
|
|
|
'htdocs/fichinter/class/api_interventions.class.php' => ['PhanUndeclaredProperty'],
|
2024-10-03 17:40:34 +00:00
|
|
|
'htdocs/fichinter/class/fichinterrec.class.php' => ['PhanUndeclaredProperty'],
|
2025-03-13 09:43:04 +00:00
|
|
|
'htdocs/fourn/class/fournisseur.commande.class.php' => ['PhanUndeclaredProperty'],
|
2025-09-02 21:59:32 +00:00
|
|
|
'htdocs/fourn/commande/card.php' => ['PhanUndeclaredProperty'],
|
2026-06-13 23:54:50 +00:00
|
|
|
'htdocs/fourn/facture/card-rec.php' => ['PhanUndeclaredProperty'],
|
2024-10-03 17:40:34 +00:00
|
|
|
'htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php' => ['PhanUndeclaredProperty'],
|
2025-02-02 21:19:18 +00:00
|
|
|
'htdocs/holiday/card_group.php' => ['PhanTypeMismatchArgument'],
|
|
|
|
|
'htdocs/holiday/list.php' => ['PhanUndeclaredGlobalVariable'],
|
2024-10-03 17:40:34 +00:00
|
|
|
'htdocs/hrm/class/evaluation.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-03 00:07:08 +00:00
|
|
|
'htdocs/hrm/class/job.class.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/hrm/class/position.class.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/hrm/class/skill.class.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/hrm/class/skilldet.class.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/hrm/class/skillrank.class.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/hrm/core/tpl/objectline_view.tpl.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/hrm/evaluation_card.php' => ['PhanTypeMismatchArgument'],
|
2024-10-03 17:40:34 +00:00
|
|
|
'htdocs/hrm/job_card.php' => ['PhanUndeclaredGlobalVariable'],
|
2025-03-16 19:21:22 +00:00
|
|
|
'htdocs/hrm/skill_card.php' => ['PhanTypeExpectedObjectPropAccess', 'PhanUndeclaredProperty'],
|
2025-02-03 14:17:58 +00:00
|
|
|
'htdocs/imports/import.php' => ['PhanTypeMismatchArgument'],
|
2024-04-07 09:55:39 +00:00
|
|
|
'htdocs/intracommreport/card.php' => ['PhanUndeclaredGlobalVariable'],
|
2025-02-04 01:01:46 +00:00
|
|
|
'htdocs/knowledgemanagement/class/knowledgerecord.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-01 14:19:42 +00:00
|
|
|
'htdocs/loan/class/paymentloan.class.php' => ['PhanTypeMismatchArgument'],
|
2025-02-04 01:01:46 +00:00
|
|
|
'htdocs/loan/document.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/loan/note.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/loan/payment/payment.php' => ['PhanUndeclaredProperty'],
|
2025-02-06 21:16:48 +00:00
|
|
|
'htdocs/mrp/tpl/linkedobjectblock.tpl.php' => ['PhanUndeclaredProperty'],
|
2024-10-05 16:55:36 +00:00
|
|
|
'htdocs/partnership/class/partnership.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-08 00:49:29 +00:00
|
|
|
'htdocs/partnership/core/modules/partnership/mod_partnership_advanced.php' => ['PhanUndeclaredProperty'],
|
2024-10-05 16:55:36 +00:00
|
|
|
'htdocs/partnership/partnership_card.php' => ['PhanUndeclaredGlobalVariable'],
|
2025-02-08 13:38:02 +00:00
|
|
|
'htdocs/partnership/partnership_list.php' => ['PhanUndeclaredProperty'],
|
2025-03-03 13:23:57 +00:00
|
|
|
'htdocs/product/class/api_products.class.php' => ['PhanTypeMismatchArgument', 'PhanTypeMismatchReturn', 'PhanUndeclaredProperty'],
|
2026-08-11 00:21:54 +00:00
|
|
|
'htdocs/product/class/html.formproduct.class.php' => ['PhanUndeclaredProperty'],
|
2024-10-06 11:03:43 +00:00
|
|
|
'htdocs/product/class/productfournisseurprice.class.php' => ['PhanUndeclaredMethod', 'PhanUndeclaredProperty'],
|
2024-11-06 22:57:45 +00:00
|
|
|
'htdocs/product/inventory/class/inventory.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-08 20:53:48 +00:00
|
|
|
'htdocs/product/price.php' => ['PhanUndeclaredProperty'],
|
2024-09-12 19:16:42 +00:00
|
|
|
'htdocs/product/reassort.php' => ['PhanTypeExpectedObjectPropAccessButGotNull'],
|
2025-02-10 10:15:08 +00:00
|
|
|
'htdocs/product/stock/info.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/product/stock/list.php' => ['PhanUndeclaredProperty'],
|
2025-10-16 23:57:37 +00:00
|
|
|
'htdocs/product/stock/movement_list.php' => ['PhanPluginUndeclaredVariableIsset', 'PhanUndeclaredProperty'],
|
2025-02-10 17:50:16 +00:00
|
|
|
'htdocs/product/stock/productlot_card.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/product/stock/stats/commande_fournisseur.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/product/stock/stats/expedition.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/product/stock/stats/mo.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/product/stock/stats/reception.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/product/stock/stocktransfer/class/stocktransferline.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-08 13:38:02 +00:00
|
|
|
'htdocs/product/stock/tpl/stockcorrection.tpl.php' => ['PhanUndeclaredProperty'],
|
2025-02-08 00:49:29 +00:00
|
|
|
'htdocs/projet/admin/project.php' => ['PhanTypeMismatchArgumentProbablyReal'],
|
2025-02-24 16:23:12 +00:00
|
|
|
'htdocs/projet/tasks.php' => ['PhanTypeMismatchArgument'],
|
2025-03-15 10:26:19 +00:00
|
|
|
'htdocs/projet/tasks/time.php' => ['PhanTypeInvalidDimOffset', 'PhanUndeclaredProperty'],
|
2024-09-15 23:49:38 +00:00
|
|
|
'htdocs/projet/tasks/tpl/linkedobjectblock.tpl.php' => ['PhanUndeclaredProperty'],
|
2025-02-11 21:06:34 +00:00
|
|
|
'htdocs/public/payment/newpayment.php' => ['PhanUndeclaredProperty'],
|
2025-02-11 23:52:24 +00:00
|
|
|
'htdocs/public/project/suggestbooth.php' => ['PhanUndeclaredGlobalVariable', 'PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/public/project/suggestconference.php' => ['PhanUndeclaredGlobalVariable', 'PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/public/project/viewandvote.php' => ['PhanUndeclaredGlobalVariable'],
|
|
|
|
|
'htdocs/public/recruitment/view.php' => ['PhanUndeclaredGlobalVariable'],
|
2024-09-15 23:49:38 +00:00
|
|
|
'htdocs/public/webportal/tpl/menu.tpl.php' => ['PhanUndeclaredProperty'],
|
2026-07-14 11:49:56 +00:00
|
|
|
'htdocs/reception/card.php' => ['PhanUndeclaredProperty'],
|
2024-10-07 12:07:24 +00:00
|
|
|
'htdocs/reception/class/reception.class.php' => ['PhanUndeclaredProperty'],
|
2025-08-14 01:33:36 +00:00
|
|
|
'htdocs/reception/list.php' => ['PhanUndeclaredProperty'],
|
2024-11-06 22:57:45 +00:00
|
|
|
'htdocs/recruitment/class/recruitmentcandidature.class.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/recruitment/class/recruitmentjobposition.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-13 17:32:41 +00:00
|
|
|
'htdocs/recruitment/core/modules/recruitment/doc/pdf_standard_recruitmentjobposition.modules.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/recruitment/core/modules/recruitment/mod_recruitmentcandidature_advanced.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/recruitment/recruitmentcandidature_card.php' => ['PhanUndeclaredProperty'],
|
2026-06-13 23:54:50 +00:00
|
|
|
'htdocs/recruitment/recruitmentcandidature_list.php' => ['PhanUndeclaredProperty'],
|
2025-02-13 17:32:41 +00:00
|
|
|
'htdocs/recruitment/recruitmentjobposition_agenda.php' => ['PhanUndeclaredProperty'],
|
2026-06-13 23:54:50 +00:00
|
|
|
'htdocs/recruitment/recruitmentjobposition_applications.php' => ['PhanUndeclaredProperty'],
|
2025-06-23 16:17:22 +00:00
|
|
|
'htdocs/recruitment/recruitmentjobposition_card.php' => ['PhanUndeclaredProperty'],
|
2026-06-13 23:54:50 +00:00
|
|
|
'htdocs/recruitment/recruitmentjobposition_document.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/recruitment/recruitmentjobposition_note.php' => ['PhanUndeclaredProperty'],
|
2025-10-15 16:56:13 +00:00
|
|
|
'htdocs/salaries/payment_salary.php' => ['PhanUndeclaredProperty'],
|
2025-02-14 00:09:38 +00:00
|
|
|
'htdocs/salaries/virement_request.php' => ['PhanUndeclaredProperty'],
|
2025-02-15 16:44:33 +00:00
|
|
|
'htdocs/societe/ajax/company.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/societe/class/societe.class.php' => ['PhanTypeMismatchProperty'],
|
2026-02-08 14:28:19 +00:00
|
|
|
'htdocs/societe/paymentmodes.php' => ['PhanTypeMismatchArgument'],
|
2025-03-14 16:25:11 +00:00
|
|
|
'htdocs/supplier_proposal/card.php' => ['PhanUndeclaredGlobalVariable', 'PhanUndeclaredProperty'],
|
2025-03-03 13:23:57 +00:00
|
|
|
'htdocs/supplier_proposal/class/api_supplier_proposals.class.php' => ['PhanUndeclaredProperty'],
|
2025-02-17 21:44:55 +00:00
|
|
|
'htdocs/supplier_proposal/class/supplier_proposal.class.php' => ['PhanUndeclaredProperty'],
|
2026-02-08 14:28:19 +00:00
|
|
|
'htdocs/takepos/invoice.php' => ['PhanUndeclaredGlobalVariable'],
|
2025-02-18 20:48:21 +00:00
|
|
|
'htdocs/takepos/split.php' => ['PhanPluginUndeclaredVariableIsset'],
|
2025-02-19 21:04:38 +00:00
|
|
|
'htdocs/ticket/card.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/ticket/class/actions_ticket.class.php' => ['PhanUndeclaredProperty'],
|
2024-07-31 16:39:02 +00:00
|
|
|
'htdocs/ticket/class/cticketcategory.class.php' => ['PhanUndeclaredProperty'],
|
2026-04-13 10:50:23 +00:00
|
|
|
'htdocs/user/class/user.class.php' => ['PhanUndeclaredProperty'],
|
2024-11-06 22:57:45 +00:00
|
|
|
'htdocs/user/class/usergroup.class.php' => ['PhanUndeclaredProperty'],
|
2024-09-18 01:27:25 +00:00
|
|
|
'htdocs/variants/tpl/productattributevalueline_edit.tpl.php' => ['PhanUndeclaredProperty'],
|
|
|
|
|
'htdocs/variants/tpl/productattributevalueline_view.tpl.php' => ['PhanUndeclaredProperty'],
|
2024-10-13 23:59:44 +00:00
|
|
|
'htdocs/webhook/class/target.class.php' => ['PhanUndeclaredMethod'],
|
2025-02-19 21:04:38 +00:00
|
|
|
'htdocs/webhook/target_card.php' => ['PhanUndeclaredGlobalVariable'],
|
2025-02-11 01:12:49 +00:00
|
|
|
'htdocs/webservices/server_project.php' => ['PhanUndeclaredProperty'],
|
2024-02-21 17:14:29 +00:00
|
|
|
],
|
|
|
|
|
// 'directory_suppressions' => ['src/directory_name' => ['PhanIssueName1', 'PhanIssueName2']] can be manually added if needed.
|
|
|
|
|
// (directory_suppressions will currently be ignored by subsequent calls to --save-baseline, but may be preserved in future Phan releases)
|
|
|
|
|
];
|