You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Just recently started really using the component and am finding it annoying that a string can't be constructed with null (think nullable entity fields). Maybe at least the helper functions? I wanted to gauge interest before submitting a PR.
There was a PR accepted to allow this for the Twig StringExtension (twigphp/Twig#3259).
Example
Instead of s((string) $possibleNullString), it would be nice to just do s($possibleNullString).