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

4.0 | File::isReference(): simplify code #43

Open
wants to merge 1 commit into
base: 4.0
Choose a base branch
from

Commits on Dec 7, 2023

  1. PHPCS 4.x | File::isReference(): simplify code

    Commit 08824f3 added support for `T_USE` tokens for closures being parentheses owners.
    
    As the `File::getMethodParameters()` method also supports closure `use` parameters already, the code in the `File::isReference()` method can now be simplified.
    
    The existing unit tests already cover this.
    jrfnl committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    573d41d View commit details
    Browse the repository at this point in the history