Skip to content

Commit

Permalink
Add another fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 7, 2024
1 parent f29ddb7 commit ddd2e14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/analyzer/function_analysis_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,12 @@ impl FunctionAnalysisData {
}
_ => {}
},
4324 => match &issue_kind {
IssueKind::InvalidArgument | IssueKind::PossiblyInvalidArgument => {
return true;
}
_ => {}
},
4063 => match &issue_kind {
IssueKind::MixedArrayAccess | IssueKind::PossiblyNullArrayAccess => {
return true;
Expand Down

0 comments on commit ddd2e14

Please sign in to comment.