Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.1: add support for intersection types #365

Merged
merged 3 commits into from
Oct 15, 2022

Commits on Oct 15, 2022

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

    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>
    jrfnl and kukulich committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    0e86937 View commit details
    Browse the repository at this point in the history
  2. PHP 8.1 | FunctionDeclarations::getProperties(): add support for inte…

    …rsection types
    
    Ref:
    * squizlabs/PHP_CodeSniffer 3581
    
    Co-authored-by: Jaroslav Hanslík <kukulich@kukulich.cz>
    jrfnl and kukulich committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    b685978 View commit details
    Browse the repository at this point in the history
  3. PHP 8.1 | FunctionDeclarations::getParameters(): add support for inte…

    …rsection types
    
    Ref:
    * squizlabs/PHP_CodeSniffer 3581
    
    Co-authored-by: Jaroslav Hanslík <kukulich@kukulich.cz>
    jrfnl and kukulich committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    a3c3e0e View commit details
    Browse the repository at this point in the history