From 66ffbfa944754f641cbc2964f80e36e79042eca2 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 27 Mar 2026 10:17:27 +0100 Subject: [PATCH] Update PHP_CodeSniffer repository link and schema URL --- .phpcs.xml.dist | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index 88e7f152..4461ee55 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -3,7 +3,7 @@ name="WordPress-LSX-Design" namespace="WordPressCS\WordPress" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd" + xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd" > WordPress Coding Standards for HTML and PHP files in the project. diff --git a/README.md b/README.md index 5478fbe9..6d108b73 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This software uses the following open source packages: * [WebPack](https://webpackwebpack.js.org/) * [Gulp](https://gulpjs.com/) * [Node.js](https://nodejs.org/) -* [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) +* [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) * [Font Awesome](http://fontawesome.io/) icons are licensed under the terms of the SIL OFL 1.1, and code licensed under the terms of MIT License. * [Modernizr](https://modernizr.com/) is licensed under the terms of the MIT license. * [imagesLoaded](http://imagesloaded.desandro.com/) is licensed under the terms of the MIT license.