Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</h1>

<p align="center">
PHP coding standard built on top of <a href="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer</a>
PHP coding standard built on top of <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP_CodeSniffer</a>
and <a href="https://github.com/slevomat/coding-standard">Slevomat Coding Standard</a> rules.
</p>

Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Coding Standard - PHP

PHP coding standard built on top of [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
PHP coding standard built on top of [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer)
and [Slevomat Coding Standard](https://github.com/slevomat/coding-standard) rules.

## Content
Expand Down Expand Up @@ -123,7 +123,7 @@ echo 'some php code';
```

Learn more in
[PHP_CodeSniffer docs](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file)
[PHP_CodeSniffer docs](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file)

### Suppress rule in a path

Expand All @@ -150,7 +150,7 @@ The `<exclude-pattern>` is treated like a regular expression
- ensure that `.` (`.php`) is escaped (`\.php`)
- `*` is converted to `.*`
- learn more in
[PHP_CodeSniffer docs](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-files-and-folders)
[PHP_CodeSniffer docs](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-files-and-folders)

```xml
<ruleset>
Expand Down
Loading