Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To see all the commands available for contributing to this project:
### Coding Standards

This project follows a superset of [PSR-12](https://www.php-fig.org/psr/psr-12/)
coding standards, enforced by [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
coding standards, enforced by [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).

CaptainHook will run coding standards checks before committing.

Expand Down
2 changes: 1 addition & 1 deletion src/Command/Lint/FixCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function getHelpText(): string
should pass directly to phpcbf.

For more information on phpcbf, see
<link>https://github.com/squizlabs/PHP_CodeSniffer</link>.
<link>https://github.com/PHPCSStandards/PHP_CodeSniffer</link>.
EOD;
}
}
2 changes: 1 addition & 1 deletion src/Command/Lint/StyleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private function getHelpText(): string
should pass directly to phpcs.

For more information on phpcs, see
<link>https://github.com/squizlabs/PHP_CodeSniffer</link>.
<link>https://github.com/PHPCSStandards/PHP_CodeSniffer</link>.
EOD;
}
}