Skip to content

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Oct 15, 2022

PHP 8.1 | Variables::getMemberProperties(): support intersection types

PHP 8.1 | FunctionDeclarations::getProperties(): add support for intersection types

PHP 8.1 | FunctionDeclarations::getParameters(): add support for intersection types

Sync with upstream PR squizlabs/PHP_CodeSniffer#3581 which added support for PHP 8.1 intersection types to these methods.

Ref:

jrfnl and others added 3 commits October 15, 2022 08:24
Sync with upstream PRs 3581 which added support for PHP 8.1 intersection types to the method. Ref: * squizlabs/PHP_CodeSniffer 3581 Co-authored-by: Jaroslav Hanslík <kukulich@kukulich.cz>
…rsection types Ref: * squizlabs/PHP_CodeSniffer 3581 Co-authored-by: Jaroslav Hanslík <kukulich@kukulich.cz>
…rsection types Ref: * squizlabs/PHP_CodeSniffer 3581 Co-authored-by: Jaroslav Hanslík <kukulich@kukulich.cz>
@jrfnl jrfnl added this to the 1.0.0-alpha4 milestone Oct 15, 2022
@jrfnl jrfnl merged commit dd41a73 into develop Oct 15, 2022
@jrfnl jrfnl deleted the php-8.1/add-support-for-intersection-types branch October 15, 2022 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment