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

BCFile::getMethodParameters(): sync with PHPCS / constructor property promotion support #226

Merged

Commits on Nov 3, 2020

  1. BCFile::getMethodParameters(): sync with PHPCS / constructor property…

    … promotion support
    
    PR 169 added support for PHP 8.0 constructor property promotion to the `FunctionDeclarations::getParameters()` method.
    
    Upstream PR 3152 added the same to the PHPCS native `File::getMethodParameters()` method.
    
    As that PR has now been merged, this commit syncs the upstream changes into the `BCFile::getMethodParameters()` method and moves the unit tests from the "Diff" tests to the BCFile test class.
    jrfnl committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    8a86e13 View commit details
    Browse the repository at this point in the history