Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Simplify hasNeverHadStatus method by reusing hasEverHadStatus
- Updated `hasNeverHadStatus($name): bool` method to return the negation of `hasEverHadStatus($name)`, simplifying the logic. This change was made following a review suggestion from @freekmurze to avoid redundant logic.
- Loading branch information