PHPCSStandards / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
805 stars 47 forks source link

Generic/SpaceAfterNot: improve code coverage #489

Closed rodrigoprimo closed 2 months ago

rodrigoprimo commented 2 months ago

Description

This PR improves code coverage for the Generic.Formatting.SpaceAfterNot sniff.

Related issues/external references

Part of https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/146

Types of changes

PR checklist

jrfnl commented 2 months ago

Rebased without changes. Merging once the build passes.