Skip to content

Commit 24d239f

Browse files
authored
Merge pull request #230 from rodrigoprimo/docs/update-phpcs-repo-link
Docs: Update PHP_CodeSniffer repository link
2 parents a108ada + 212f219 commit 24d239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The general steps for Pull Requests:
4646

4747
### Coding standard
4848

49-
The project follows the [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) and [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide-meta.md) standards with PHP 5.3 style namespacing. You can use [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to make sure your additions follow them, too:
49+
The project follows the [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) and [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide-meta.md) standards with PHP 5.3 style namespacing. You can use [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to make sure your additions follow them, too:
5050

5151
~~~ bash
5252
$ ./vendor/bin/phpcs --standard=phpcs.xml *.php textpattern

0 commit comments

Comments
 (0)