Skip to content

Docs: Update PHP_CodeSniffer repository link#11644

Open
rodrigoprimo wants to merge 1 commit intoappwrite:1.9.xfrom
rodrigoprimo:docs/update-phpcs-repo-link
Open

Docs: Update PHP_CodeSniffer repository link#11644
rodrigoprimo wants to merge 1 commit intoappwrite:1.9.xfrom
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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 25, 2026

📝 Walkthrough

Walkthrough

The pull request updates a documentation link in CONTRIBUTING.md for PHP_CodeSniffer usage. The URL reference was changed from the original squizlabs organization repository to the PHPCSStandards organization repository. This is a single-line change affecting only the external documentation reference, with no modifications to the surrounding instructions or guidelines.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title accurately summarizes the main change: updating the PHP_CodeSniffer repository link in documentation from squizlabs to PHPCSStandards organization.
Description check ✅ Passed The pull request description is directly related to the changeset, explaining why the documentation link was updated and providing context about PHP_CodeSniffer's repository migration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 25, 2026

Greptile Summary

This PR updates a single documentation link in CONTRIBUTING.md, replacing the now-archived squizlabs/PHP_CodeSniffer GitHub repository URL with the actively maintained PHPCSStandards/PHP_CodeSniffer URL.

  • Updates the PHP_CodeSniffer wiki usage link from https://github.com/squizlabs/PHP_CodeSniffer/wiki/Usage to https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Usage, ensuring contributors are directed to the correct and maintained project home.

Confidence Score: 5/5

  • This PR is safe to merge — it is a one-line documentation fix with no code impact.
  • The change is a straightforward, factually correct update of a single URL in a documentation file. The original repository is confirmed archived and the new URL points to the canonical successor. No logic, behavior, or dependencies are affected.
  • No files require special attention.

Important Files Changed

Filename Overview
CONTRIBUTING.md Single-line change updating the PHP_CodeSniffer wiki link from the archived squizlabs/PHP_CodeSniffer repository to the actively maintained PHPCSStandards/PHP_CodeSniffer repository.

Reviews (1): Last reviewed commit: "Docs: Update PHP_CodeSniffer repository ..." | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
CONTRIBUTING.md (1)

92-92: Polish phrasing for clarity in the updated sentence.

The link update is correct, but this sentence reads awkwardly (“pass in additional…”, “More lists…”). Consider a small wording cleanup.

✏️ Suggested wording
-This will give you a list of errors to rectify. If you need more information on the errors, you can pass in additional command line arguments to get more verbose information. More lists of available arguments can be found [on PHP_Codesniffer usage Wiki](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Usage). A very useful command line argument is `--report=diff`. This will give you the expected changes by the linter for easy fixing of formatting issues.
+This will give you a list of errors to fix. If you need more details, you can pass additional command-line arguments for verbose output. A full list of available arguments is available on the [PHP_CodeSniffer usage wiki](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Usage). A very useful argument is `--report=diff`, which shows the expected linter changes for easier formatting fixes.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CONTRIBUTING.md` at line 92, The sentence in CONTRIBUTING.md containing
phrases "pass in additional command line arguments" and "More lists of available
arguments" reads awkwardly; reword it to be clearer and more concise by
replacing "pass in additional command line arguments" with "provide additional
command-line arguments" (or similar), change "More lists of available arguments
can be found" to "A full list of available arguments is on", and combine into
one smooth sentence that still mentions the useful example flag `--report=diff`
and the PHPCS usage wiki link.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@CONTRIBUTING.md`:
- Line 92: The sentence in CONTRIBUTING.md containing phrases "pass in
additional command line arguments" and "More lists of available arguments" reads
awkwardly; reword it to be clearer and more concise by replacing "pass in
additional command line arguments" with "provide additional command-line
arguments" (or similar), change "More lists of available arguments can be found"
to "A full list of available arguments is on", and combine into one smooth
sentence that still mentions the useful example flag `--report=diff` and the
PHPCS usage wiki link.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 593d9899-a026-4b2a-84c7-495996382a9b

📥 Commits

Reviewing files that changed from the base of the PR and between 1ab05ac and ced47bb.

📒 Files selected for processing (1)
  • CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant