Skip to content

Commit 12f74ca

Browse files
authored
Add RequireOneLinePropertyDocComment rule (#47)
1 parent 6913f86 commit 12f74ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
</rule>
123123

124124
<config name="installed_paths" value="../../slevomat/coding-standard"/>
125+
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/>
125126
<rule ref="SlevomatCodingStandard.Commenting.UselessFunctionDocComment.UselessDocComment"/>
126127
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
127128
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly"/>

0 commit comments

Comments
 (0)