Labels
Labels
30 labels
- A crash in Phan, a recent change causing incorrect analysis results, etc.
- Affects --dead-code-detection
- Pull requests that update a dependency file
- Requires familiarity with Phan's implementation details
- Documentation in Phan's codebase (NEWS.md, etc.) or the wiki
- This is a duplicate of a linked issue
- easy difficulty
- This improves the quality of Phan's analysis of a codebase
- This is being considered by Phan's maintainers
- Features where help is wanted (E.g. use plugins). Features marked as "probably easy" are easier.
- Invalid
- https://github.com/phan/phan/wiki/Editor-Support
- medium difficulty
- Pull requests that update php code
- Changes to analyze php 7.4 code
- Tracks changes to prepare for analyzing php 8 code
- Tracks changes to prepare for analyzing php 8.1 code
- Tracks changes to prepare for analyzing php 8.2 code
- A good ticket to start with. Also see https://github.com/phan/phan/wiki/Developer%27s-Guide-To-Phan
- Affects --redundant-condition-detection and tracking real union types
- Issues introduced in v5 (for use until 5.0.0 stable is released)
- Various reasons. Out of scope, working as intended, impractical to implement, etc.
- Working as intended.