Skip to content

Commit 7087793

Browse files
committed
Require Null Safe object operator
1 parent de5f2ad commit 7087793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<rule ref="Cdn77"/>
99

10+
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator" />
1011
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
1112
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
1213
<properties>

0 commit comments

Comments
 (0)