Skip to content

Commit e66b020

Browse files
committedOct 2, 2024··
fix: Attributes for constructor
1 parent 391377e commit e66b020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Oblak-Slevomat/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<!-- Slevomat Sniffs - Attributes -->
1616
<rule ref="SlevomatCodingStandard.Attributes.AttributeAndTargetSpacing">
1717
<properties>
18+
<property name="allowOnSameLine" value="true"/>
1819
<property name="linesCount" value="0"/>
1920
</properties>
2021
</rule>

0 commit comments

Comments
 (0)
Please sign in to comment.