Skip to content

Commit ab7cf5e

Browse files
authored
README.md: Fix name of PHP_CodeSniffer
1 parent c039cbd commit ab7cf5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ project]. We accept code and documentation contributions via Pull Requests on
219219
GitHub as well.
220220

221221
- [PSR-2 Coding Standard][] is used by the project. The included test
222-
configuration uses [PHP Code Sniffer][] to validate the conventions.
222+
configuration uses [PHP_CodeSniffer][] to validate the conventions.
223223
- Tests are encouraged. Our test coverage isn't perfect but we'd like it to
224224
get better rather than worse, so please try to include tests with your
225225
changes.
@@ -243,7 +243,7 @@ Composer Merge plugin is licensed under the MIT license. See the
243243
[MediaWiki]: https://www.mediawiki.org/wiki/MediaWiki
244244
[GitHub project]: https://github.com/wikimedia/composer-merge-plugin
245245
[PSR-2 Coding Standard]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
246-
[PHP Code Sniffer]: http://pear.php.net/package/PHP_CodeSniffer
246+
[PHP_CodeSniffer]: http://pear.php.net/package/PHP_CodeSniffer
247247
[Latest Stable Version]: https://img.shields.io/packagist/v/wikimedia/composer-merge-plugin.svg?style=flat
248248
[License]: https://img.shields.io/packagist/l/wikimedia/composer-merge-plugin.svg?style=flat
249249
[Build Status]: https://github.com/wikimedia/composer-merge-plugin/actions/workflows/CI.yaml/badge.svg

0 commit comments

Comments
 (0)