Skip to content

Add static analysis pass with fixtures#11

Merged
hyperpolymath merged 1 commit intomainfrom
claude/add-static-analysis-pass-SH40X
Dec 27, 2025
Merged

Add static analysis pass with fixtures#11
hyperpolymath merged 1 commit intomainfrom
claude/add-static-analysis-pass-SH40X

Conversation

@hyperpolymath
Copy link
Owner

Add a new static analysis pass that detects:

  • Unused variables (assigned but never read)
  • Unused function/method parameters
  • Unreachable code (after return, throw, break, continue)

Includes PHP fixture files for testing and HSpec test suite.

Add a new static analysis pass that detects:
- Unused variables (assigned but never read)
- Unused function/method parameters
- Unreachable code (after return, throw, break, continue)

Includes PHP fixture files for testing and HSpec test suite.
@hyperpolymath hyperpolymath merged commit c596efe into main Dec 27, 2025
14 of 15 checks passed
@hyperpolymath hyperpolymath deleted the claude/add-static-analysis-pass-SH40X branch December 27, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants