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

Tests/DNFTypesTest: fix a few unintentional errors #506

Closed jrfnl closed 4 months ago

jrfnl commented 4 months ago

Description

This fixes a few unintentional parse/fatal errors in the test cases, which have no influence on the tests.

The file still also contains a number of intentional parse/fatal errors, but those are deliberate to test specific syntax combinations.