Skip to content

Commit dfd0d79

Browse files
committed
Update PHP_CodeSniffer repository link
1 parent b127c56 commit dfd0d79

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h1>
66

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

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Coding Standard - PHP
22

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

66
## Content
@@ -123,7 +123,7 @@ echo 'some php code';
123123
```
124124

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

128128
### Suppress rule in a path
129129

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

155155
```xml
156156
<ruleset>

0 commit comments

Comments
 (0)