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
minor #1341 use nullsafe operator in BlogController (MrYamous)
This PR was merged into the main branch.
Discussion
----------
use nullsafe operator in BlogController
Hi,
Considering symfony/demo require php 8.0.2 I guess it'safe to use nullsafe instead ternary to get tag's name if `Tag` exist
Commits
-------
491b896 use nullsafe operator
0 commit comments