Skip to content

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
@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.

2 participants