Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Build: Have PHPCS require class doc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgibbs committed Mar 21, 2018
1 parent 47e6dd7 commit f7f19cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpcs-ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@

<!-- No commented-out code. -->
<rule ref="Squiz.PHP.CommentedOutCode" />

<!-- Class doc comments. -->
<rule ref="Squiz.Commenting.ClassComment" />
</ruleset>

0 comments on commit f7f19cd

Please sign in to comment.