joern
joern copied to clipboard
[php2cpg] feat: represent yield as return statement
Represent yield-like statements as return statements. This is to aid dataflow tracking.
Fixes https://github.com/ShiftLeftSecurity/codescience/issues/8572