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

WPCS 3.0: Fix incompatibilities by using PHPCSUtils #734

Closed
wants to merge 5 commits into from

Commits on Jun 22, 2023

  1. Composer: Add PHPCSUtils as required dependency

    VIPCS makes use of PHPCSUtils directly (such as for MessageHelper), so it should be marked as such in the Composer config.
    GaryJones committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d4d2668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3796c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0be82b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b977416 View commit details
    Browse the repository at this point in the history
  5. Use PHPCSUtils MessageHelper::addMessage

    This is more tested than the WPCS Sniff::addMessage().
    GaryJones committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7ce4c18 View commit details
    Browse the repository at this point in the history