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
880 stars 54 forks source link

OtherContextSensitiveKeywordsTest: add silly number of extra tests #454

Closed jrfnl closed 4 months ago

jrfnl commented 4 months ago

Description

Add silly number of extra tests to safeguard that the true/false/null/self/parent keywords, when used in type declarations, are correctly tokenized.

Suggested changelog entry

N/A