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

blank and filled now support stringable #51300

Merged
merged 2 commits into from
May 5, 2024

Conversation

lava83
Copy link
Contributor

@lava83 lava83 commented May 5, 2024

Stringable is currently not supported in the helper functions blank and filled This PR establishes support with Stringable.

//true
filled(str('FooBar '));

//true
blank(str('  '));

@taylorotwell taylorotwell merged commit 2dee1de into laravel:11.x May 5, 2024
30 checks passed
@lava83 lava83 deleted the feature/filled-blank-stringable branch May 6, 2024 06:22
func0der pushed a commit to func0der/framework that referenced this pull request May 6, 2024
* filled and blank works with `Stringable`

* unnecessary

---------

Co-authored-by: stefan.riedel <stefan.riedel@arbeitsmedizin.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants