Skip to content

Commit

Permalink
Drop useless phpcs configuration (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Jan 13, 2025
1 parent 9b12705 commit ac75cd4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,5 @@
<file>src</file>
<file>tests</file>

<exclude-pattern>tests/Fixtures/CustomEntityManager.php</exclude-pattern>

<rule ref="Doctrine" />

<!-- Disable the rules that will require PHP 7.4 -->
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint">
<properties>
<property name="enableNativeTypeHint" value="false"/>
</properties>
</rule>
</ruleset>

0 comments on commit ac75cd4

Please sign in to comment.