Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daaarkling authored and janlanger committed Mar 4, 2024
1 parent 915b988 commit b40c89a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly">
<properties>
<property name="searchAnnotations" value="true"/>
<property name="fullyQualifiedKeywords" type="array" value=""/>
<property name="allowFallbackGlobalFunctions" value="false"/>
<property name="allowFallbackGlobalConstants" value="false"/>
<property name="allowFullyQualifiedExceptions" value="false"/>
Expand Down Expand Up @@ -378,7 +377,6 @@
</rule>
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint">
<properties>
<property name="enableNativeTypeHint" value="true"/>
<property name="enableMixedTypeHint" value="true"/>
<property name="enableUnionTypeHint" value="true"/>
<property name="traversableTypeHints" type="array" value="
Expand Down

0 comments on commit b40c89a

Please sign in to comment.