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 #57307 [SecurityBundle] Adds space in FirewallTraits error message (mvhirsch)
This PR was merged into the 5.4 branch.
Discussion
----------
[SecurityBundle] Adds space in `FirewallTrait`s error message
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? |no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues |
| License | MIT
I just hit that error while debugging my application. I wondered why it was written like this:
```
[...] found for this firewall.Did you forget to add a [...]
```
Note that missing whitespace after dot.
I'm sorry for being picky, but it hurt my eyes 🙈
Commits
-------
87b4904ba7 add space in error message
0 commit comments