Skip to content

Commit

Permalink
Require fully qualified global functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper authored Sep 8, 2023
1 parent a4d68e3 commit f58002c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PreviousNextDrupal/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<!-- SlevomatCodingStandard.Namespaces -->
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" />
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions" />

<!-- SlevomatCodingStandard.TypeHints -->
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
Expand Down

0 comments on commit f58002c

Please sign in to comment.