Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential PHP warnings due to undefined token elements
Ensure token elements are defined before accessing them to prevent potential PHP warnings. Added checks using `isset` to verify element existence and included `@phpstan-ignore-line` comments for static analysis tools.
- Loading branch information