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 symfony#46913 Check for null instead of type (ihmels)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Check for null instead of type
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | n/a
| License | MIT
| Doc PR | n/a
`LogoutEvent::getResponse()` returns a `Response` or `null`, so it is not necessary to check the type, but whether the value is null.
Commits
-------
f545be9 Check for null instead of type
0 commit comments