Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor BaseName filter #148

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Jun 13, 2024

Remove inheritance, return unfiltered values for anything except string. It does not make sense to call basename on (string) 123 or (string) true for example.

Remove inheritance, return unfiltered values for anything except string. It does not make sense to call basename on `(string) 123` or `(string) true` for example.

Signed-off-by: George Steel <[email protected]>
@gsteel gsteel force-pushed the v3/refactor-basename-filter branch from ff18fb3 to 6891df9 Compare June 13, 2024 22:04
@Ocramius Ocramius self-assigned this Jun 14, 2024
@Ocramius
Copy link
Member

Thanks @gsteel!

@Ocramius Ocramius merged commit 3c820e3 into laminas:3.0.x Jun 14, 2024
11 of 12 checks passed
@gsteel gsteel deleted the v3/refactor-basename-filter branch June 14, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants