Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/VIP-Coding-Standards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Automattic/VIP-Coding-Standards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/use-phpcsutils-1.1.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 22, 2024

  1. Composer: raise the minimum supported PHPCSUtils version to 1.1.0

    ... to benefit from new functionality.
    
    This also automatically raises the minimum PHPCS version to `3.10.1` for PHP 8.2 DNF type support (minimum required PHPCS for PHPCSUtils since v1.0.12).
    
    Includes updating the README which was missed for the previous Composer update.
    
    Ref: https://github.com/PHPCSStandards/PHPCSUtils/releases/tag/1.1.0
    jrfnl committed Nov 22, 2024
    Copy the full SHA
    1094177 View commit details
  2. Security/Underscorejs: start using the PHPCSUtils FilePath utility

    The `FilePath::getName()` method will strip quotes from the file name, as well as normalize the slashes to forward (*nix) slashes.
    
    This allows for a minor simplication in the code and improves code readability.
    jrfnl committed Nov 22, 2024
    Copy the full SHA
    c944d71 View commit details
  3. AlwaysReturnInFilterUnitTest: remove PHPCS version toggle

    ... which is no longer needed.
    jrfnl committed Nov 22, 2024
    Copy the full SHA
    0c3924a View commit details
  4. Classes/DeclarationCompatibility: remove redundant property

    Remove a property which keeps track of a current "state". These type of properties are error prone and in this case not necessary anyway as the value of the property is only used in one place and could just have easily been passed as a function argument.
    
    Include minor reformatting of a few long function calls for readability.
    jrfnl committed Nov 22, 2024
    Copy the full SHA
    4e9860a View commit details
  5. MOVE | Doc fixes

    jrfnl committed Nov 22, 2024
    Copy the full SHA
    f4410eb View commit details
  6. WIP

    jrfnl committed Nov 22, 2024
    Copy the full SHA
    c3f3444 View commit details
  7. Classes/DeclarationCompatibility: minor improvement to the tests

    Remove a property which keeps track of a current "state". These type of properties are error prone and in this case not necessary anyway as the value of the property is only used in one place and could just have easily been passed as a function argument.
    
    Include minor reformatting of a few long function calls for readability.
    jrfnl committed Nov 22, 2024
    Copy the full SHA
    9d0cc8d View commit details
  8. Copy the full SHA
    c0e1def View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff develop...feature/use-phpcsutils-1.1.0