-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Psalm Static Analysis Failed
The Psalm static analysis check has failed for the repository.
Failure Details:
- PHP Version: 8.3
- Workflow Run: View Details
- Run ID: 23220253197
What happened:
Psalm has detected potential issues in the code through static analysis.
What needs to be done:
- Review the Psalm output in the failed workflow run
- Address static analysis issues such as:
- Type errors
- Undefined variables or methods
- Incorrect return types
- Unused code
- Potential null pointer issues
- Test locally with:
./vendor/bin/psalm
Resources:
This issue was automatically created by the CI/CD pipeline.
Reactions are currently unavailable