squizlabs / PHP_CodeSniffer

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

Fix invalid namespace in phpdoc (\PHP_CodeSniffer\Files\File) #3885

Closed mzk closed 11 months ago

mzk commented 11 months ago

The invalid phpdoc namespace fixed.

Description

Suggested changelog entry

Related issues/external references

Fixes #

Types of changes

PR checklist

mzk commented 11 months ago

@jrfnl Done, thx.

jrfnl commented 8 months ago

FYI: this fix is included in today's PHP_CodeSniffer 3.8.0 release.

As per #3932, development on PHP_CodeSniffer will continue in the PHPCSStandards/PHP_CodeSniffer repository. If you want to stay informed, you may want to start "watching" that repo (or watching releases from that repo).