Skip to content

Commit 0831c65

Browse files
authored
Qual: Update Phan baseline.txt (#36190)
#Qual: Update Phan baseline.txt Update the Phan baseline.txt file to reflect changes in the number of occurrences of specific issues.
1 parent 533c32f commit 0831c65

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dev/tools/phan/baseline.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ return [
1717
// PhanTypeInvalidDimOffset : 15+ occurrences
1818
// PhanTypeMismatchDimFetch : 10+ occurrences
1919
// PhanUndeclaredMethod : 7 occurrences
20-
// PhanPossiblyUndeclaredGlobalVariable : 6 occurrences
2120
// PhanTypeArraySuspiciousNull : 5 occurrences
2221
// PhanTypeExpectedObjectPropAccess : 5 occurrences
2322
// PhanPluginDuplicateArrayKey : 4 occurrences
2423
// PhanPluginUndeclaredVariableIsset : 2 occurrences
24+
// PhanPossiblyUndeclaredGlobalVariable : 2 occurrences
2525
// PhanTypeMismatchArgumentProbablyReal : 2 occurrences
2626
// PhanParamTooMany : 1 occurrence
2727
// PhanPossiblyUndeclaredVariable : 1 occurrence
@@ -69,10 +69,9 @@ return [
6969
'htdocs/compta/tva/clients.php' => ['PhanTypeArraySuspiciousNull', 'PhanTypeInvalidDimOffset', 'PhanTypeMismatchArgument'],
7070
'htdocs/compta/tva/index.php' => ['PhanTypeMismatchArgument'],
7171
'htdocs/compta/tva/quadri_detail.php' => ['PhanTypeMismatchArgument'],
72-
'htdocs/contrat/card.php' => ['PhanUndeclaredGlobalVariable'],
7372
'htdocs/core/actions_addupdatedelete.inc.php' => ['PhanUndeclaredProperty'],
7473
'htdocs/core/actions_massactions.inc.php' => ['PhanUndeclaredProperty'],
75-
'htdocs/core/actions_sendmails.inc.php' => ['PhanPossiblyUndeclaredGlobalVariable', 'PhanUndeclaredProperty'],
74+
'htdocs/core/actions_sendmails.inc.php' => ['PhanUndeclaredProperty'],
7675
'htdocs/core/ajax/ajaxdirtree.php' => ['PhanTypeMismatchArgument', 'PhanTypeMismatchProperty', 'PhanUndeclaredGlobalVariable'],
7776
'htdocs/core/ajax/selectobject.php' => ['PhanTypeMismatchArgumentNullable'],
7877
'htdocs/core/class/CMailFile.class.php' => ['PhanTypeMismatchArgument'],
@@ -139,7 +138,6 @@ return [
139138
'htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php' => ['PhanTypeMismatchArgumentNullable', 'PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
140139
'htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php' => ['PhanTypeMismatchArgumentNullable', 'PhanTypeMismatchDimFetch', 'PhanTypeMismatchProperty', 'PhanUndeclaredProperty'],
141140
'htdocs/core/modules/syslog/mod_syslog_file.php' => ['PhanPluginDuplicateArrayKey'],
142-
'htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php' => ['PhanTypeMismatchArgumentNullable'],
143141
'htdocs/core/modules/workstation/mod_workstation_advanced.php' => ['PhanUndeclaredProperty'],
144142
'htdocs/core/multicompany_page.php' => ['PhanTypeMismatchArgument'],
145143
'htdocs/core/tpl/extrafields_view.tpl.php' => ['PhanUndeclaredProperty'],
@@ -160,7 +158,6 @@ return [
160158
'htdocs/expensereport/card.php' => ['PhanUndeclaredProperty'],
161159
'htdocs/expensereport/class/expensereport.class.php' => ['PhanTypeMismatchArgument'],
162160
'htdocs/expensereport/payment/info.php' => ['PhanUndeclaredGlobalVariable'],
163-
'htdocs/externalsite/frames.php' => ['PhanUndeclaredGlobalVariable'],
164161
'htdocs/fichinter/card-rec.php' => ['PhanUndeclaredGlobalVariable'],
165162
'htdocs/fichinter/class/api_interventions.class.php' => ['PhanUndeclaredProperty'],
166163
'htdocs/fichinter/class/fichinterrec.class.php' => ['PhanUndeclaredProperty'],

0 commit comments

Comments
 (0)