Skip to content

Commit 954f17d

Browse files
committed
Merge branch '5.x' into 5.next
2 parents 5962fe3 + 8565240 commit 954f17d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Latest Stable Version](https://img.shields.io/packagist/v/cakephp/cakephp-codesniffer.svg?style=flat-square)](https://packagist.org/packages/cakephp/cakephp-codesniffer)
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
77

8-
This code works with [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer)
8+
This code works with [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer)
99
and checks code against the coding standards used in CakePHP.
1010

1111
This sniffer package follows [PSR-12](https://www.php-fig.org/psr/psr-12/) completely and ships with a lot of additional fixers on top.
@@ -65,11 +65,16 @@ composer test
6565
Once this has been done once, you can use `composer phpunit` to run the
6666
tests for the rules in this repository.
6767

68+
The tests are present inside the `CakePHP/Tests/` folder.
69+
6870
## Contributing
6971

7072
If you'd like to contribute to the Code Sniffer, you can fork the project add
7173
features and send pull requests.
7274

75+
> [!NOTE]
76+
> Please make sure to run `composer docs` if you change the ruleset.xml file.
77+
7378
## Releasing CakePHP Code Sniffer
7479

7580
* Create a signed tag

0 commit comments

Comments
 (0)