File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ _Nothing yet._
6666Initial release.
6767
6868[ Composer PHPCS plugin ] : https://github.com/PHPCSStandards/composer-installer
69- [ PHP_CodeSniffer ] : https://github.com/squizlabs /php_codesniffer/
70- [ PHPCompatibility ] : https://github.com/PHPCompatibility/PHPCompatibility
69+ [ PHP_CodeSniffer ] : https://github.com/PHPCSStandards /php_codesniffer/
70+ [ PHPCompatibility ] : https://github.com/PHPCompatibility/PHPCompatibility
7171
7272[ Unreleased ] : https://github.com/PHPCSStandards/PHPCSDevCS/compare/main...HEAD
7373[ 1.1.6 ] : https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.5...1.1.6
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" PHPCSDev" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/squizlabs /PHP_CodeSniffer/master/phpcs.xsd" >
2+ <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" PHPCSDev" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/PHPCSStandards /PHP_CodeSniffer/master/phpcs.xsd" >
33
44 <description >A PSR-12 based standard for use by sniff developers to check the code style of external PHPCS standards</description >
55
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ PHPCSDevCS for developers of PHP_CodeSniffer sniffs
1313![ Awesome] ( https://img.shields.io/badge/awesome%3F-yes!-brightgreen.svg )
1414
1515
16- This is an external ruleset for [ PHP CodeSniffer] ( https://github.com/squizlabs /PHP_CodeSniffer ) intended for use by sniff developers.
16+ This is an external ruleset for [ PHP CodeSniffer] ( https://github.com/PHPCSStandards /PHP_CodeSniffer ) intended for use by sniff developers.
1717
1818* [ Installation] ( #installation )
1919 + [ Composer Project-based Installation] ( #composer-project-based-installation )
You can’t perform that action at this time.
0 commit comments