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
906 stars 55 forks source link

Generic/SpaceAfterCast: improve code coverage #488

Closed rodrigoprimo closed 4 months ago

rodrigoprimo commented 4 months ago

Description

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

Related issues/external references

Part of #146

Types of changes

PR checklist