Created
February 10, 2021 17:19
-
-
Save canvural/8db6abf20c4dcb720db2e2adf9eb982c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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