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
856 stars 53 forks source link

PHP 8.2 | File::getMethodParameters(): add support for DNF types #471

Closed jrfnl closed 3 months ago

jrfnl commented 4 months ago

Description

Add support for PHP 8.2 DNF types to the File::getMethodParameters() method.

Includes unit tests.

Suggested changelog entry

The File::getMethodParameters() method now supports DNF types.

Related issues/external references

Related #387, #461