PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
54 stars 7 forks source link

PHP 8.2 | BCFile::get*() methods: sync with upstream / add support for true pseudotype #524

Closed jrfnl closed 11 months ago

jrfnl commented 11 months ago

PHP 8.2 | BCFile::getMemberProperties(): sync with upstream / add support for true pseudotype

As pulled in upstream PR squizlabs/PHP_CodeSniffer#3662 / PHPCSStandards/PHP_CodeSniffer#49.

Includes unit tests.

Support for the true type was previously already added to the Variables::getMemberProperties() method in PR #368.

Refs:

PHP 8.2 | BCFile::getMethodProperties(): sync with upstream / add support for true pseudotype

As pulled in upstream PR squizlabs/PHP_CodeSniffer#3662 / PHPCSStandards/PHP_CodeSniffer#49.

Includes unit tests.

Support for the true type was previously already added to the FunctionDeclarations::getProperties() method in PR #368.

Refs:

PHP 8.2 | BCFile::getMethodParameters(): sync with upstream / add support for true pseudotype

As pulled in upstream PR squizlabs/PHP_CodeSniffer#3662 / PHPCSStandards/PHP_CodeSniffer#49.

Includes unit tests.

Support for the true type was previously already added to the FunctionDeclarations::getParameters() method in PR #368.

Refs:

jrfnl commented 11 months ago

PHPCS 3.8.0 has been released.