Skip to content

Instantly share code, notes, and snippets.

@canvural
Created February 10, 2021 17:19
Show Gist options
  • Save canvural/8db6abf20c4dcb720db2e2adf9eb982c to your computer and use it in GitHub Desktop.
Save canvural/8db6abf20c4dcb720db2e2adf9eb982c to your computer and use it in GitHub Desktop.
diff --git a/lib/Doctrine/ruleset.xml b/lib/Doctrine/ruleset.xml
index c0bf70b..128acc9 100644
--- a/lib/Doctrine/ruleset.xml
+++ b/lib/Doctrine/ruleset.xml
@@ -144,8 +144,6 @@
<property name="linesCountBetweenUses" value="0"/>
</properties>
</rule>
- <!-- Forbid dead code -->
- <rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements"/>
<!-- Forbid prefix and suffix "Abstract" for abstract classes -->
<rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming"/>
<!-- Forbid prefix and suffix "Exception" for exception classes -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment