Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Jan 19, 2023
1 parent ba41578 commit 3d587b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<property name="linesCountAfterLastUse" value="1" />
</properties>
</rule>
<!-- Prohibits uses from the same namespace. -->
<!-- All references to functions, classes and constants should import using a use statement. -->
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly">
<properties>
<property name="allowFullyQualifiedGlobalFunctions" value="true" />
Expand All @@ -231,8 +231,8 @@
<property name="allowFullyQualifiedNameForCollidingClasses" value="true" />
</properties>
</rule>
<!-- Prohibits uses from the same namespace. -->
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace" />
<!-- All references to types named Exception or ending with Exception must be referenced via a fully qualified name. -->
<!-- Looks for unused imports from other namespaces. -->
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
<properties>
Expand Down

0 comments on commit 3d587b0

Please sign in to comment.