Skip to content

Update PHP_CodeSniffer repository link#286

Closed
rodrigoprimo wants to merge 1 commit intowp-cli:mainfrom
rodrigoprimo:docs/update-phpcs-repo-link
Closed

Update PHP_CodeSniffer repository link#286
rodrigoprimo wants to merge 1 commit intowp-cli:mainfrom
rodrigoprimo:docs/update-phpcs-repo-link

Conversation

@rodrigoprimo
Copy link
Copy Markdown

PHP_CodeSniffer has moved to a new GitHub organization. The squizlabs/PHP_CodeSniffer repository is now archived and the project is actively maintained at https://github.com/PHPCSStandards/PHP_CodeSniffer.

See: squizlabs/PHP_CodeSniffer#3932

@rodrigoprimo rodrigoprimo requested a review from a team as a code owner March 26, 2026 16:47
@github-actions
Copy link
Copy Markdown
Contributor

Hello! 👋

Thanks for opening this pull request! Please check out our contributing guidelines. We appreciate you taking the initiative to contribute to this project.

Contributing isn't limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.

Here are some useful Composer commands to get you started:

  • composer install: Install dependencies.
  • composer test: Run the full test suite.
  • composer phpcs: Check for code style violations.
  • composer phpcbf: Automatically fix code style violations.
  • composer phpunit: Run unit tests.
  • composer behat: Run behavior-driven tests.

To run a single Behat test, you can use the following command:

# Run all tests in a single file
composer behat features/some-feature.feature

# Run only a specific scenario (where 123 is the line number of the "Scenario:" title)
composer behat features/some-feature.feature:123

You can find a list of all available Behat steps in our handbook.

@github-actions github-actions bot added dependencies Pull requests that update a dependency file scope:documentation labels Mar 26, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation URLs for PHP_CodeSniffer in both phpcs.xml.dist and its mustache template, migrating them from the squizlabs repository to the PHPCSStandards repository. I have no feedback to provide.

@swissspidy
Copy link
Copy Markdown
Member

Thanks. It looks like we'd need to do this across all our repos so let me just run this in a script :)

@swissspidy swissspidy closed this Mar 26, 2026
@rodrigoprimo
Copy link
Copy Markdown
Author

Sounds good to me. Thanks, @swissspidy.

@rodrigoprimo rodrigoprimo deleted the docs/update-phpcs-repo-link branch March 27, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file scope:documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants