Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #57307 [SecurityBundle] Adds space in
FirewallTrait
s error me…
…ssage (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
- Loading branch information