Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Object Calisthenics rules for [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
# Object Calisthenics rules for [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer)


**DEPRECATED: PHP_CodeSniffer is great for handling spaces and char positions. Yet these rules are about code architecture and structure. In 2020, there is tool that suits this perfectly - [PHPStan](github.com/phpstan/phpstan)**.
Expand Down Expand Up @@ -43,7 +43,7 @@ If you know what you want, jump right to the specific rule:

## How to quickly check 1 rule?

In [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
In [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer)

```bash
vendor/bin/phpcs src tests -sp \
Expand Down