A suite of utility functions for use with PHP_CodeSniffer
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
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 theVariables::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 theFunctionDeclarations::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 theFunctionDeclarations::getParameters()
method in PR #368.Refs: