Skip to content

Commit e6d4643

Browse files
committed
added phpcompatibility
1 parent 56838a8 commit e6d4643

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codeat.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
<ruleset name="Codeat">
33
<description>Codeat coding standard.</description>
44

5+
<!-- https://github.com/CodeAtCode/PHPDoc-for-PHPCS-PHPCBF/ -->
56
<rule ref="PHPDoc"/>
67

8+
<!-- https://github.com/wimg/PHPCompatibility/ -->
9+
<rule ref="PHPCompatibility"/>
10+
711
<rule ref="WordPress">
812
<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
913
<exclude name="Generic.Commenting.DocComment.MissingShort" />

0 commit comments

Comments
 (0)