File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
44and [ Slevomat Coding Standard] ( https://github.com/slevomat/coding-standard ) rules.
55
66## Content
@@ -123,7 +123,7 @@ echo 'some php code';
123123```
124124
125125Learn 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 >
You can’t perform that action at this time.
0 commit comments