Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant is_string check and cast view to string
This commit removes the unnecessary check for is_string before processing the view. Instead, the view is directly cast to a string, ensuring type safety and simplifying the code. This change is also annotated to ignore specific PHPStan warnings.
- Loading branch information