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

PEAR/ValidDefaultValue: move syntax error to its own file #550

Closed biinari closed 2 months ago

biinari commented 2 months ago

Description

Move parse error into a separate test case file. This makes it easier to add new test cases as they can be added at the end of the main test case file.

Suggested changelog entry

N/A

Related issues/external references

See #143

Types of changes

PR checklist