Skip to content

Commit 70dd796

Browse files
Merge pull request #170 from rodrigoprimo/docs/update-phpcs-repo-link
Update PHP_CodeSniffer repository link
2 parents 6349d75 + 6f19eb9 commit 70dd796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please try to follow this workflow:
2121

2222
## Formatting ⚠️
2323

24-
Please try to follow [PSR-12](https://www.php-fig.org/psr/psr-12/) rules when writing code. A PSR-12 compliant [phpcs.xml](phpcs.xml) is provided, so if your editor supports [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), your editor should automatically warn you if you are deviating from PSR-12 compliant formatting.
24+
Please try to follow [PSR-12](https://www.php-fig.org/psr/psr-12/) rules when writing code. A PSR-12 compliant [phpcs.xml](phpcs.xml) is provided, so if your editor supports [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer), your editor should automatically warn you if you are deviating from PSR-12 compliant formatting.
2525

2626
You can also check code style manually by running `composer phpcs` in the projects' root folder on your disk.
2727

0 commit comments

Comments
 (0)